Skip to content

Commit

Permalink
chore: Update add-tools-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Dec 13, 2024
1 parent e4e6591 commit 854f7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-tools-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
// Define labels to add based on the selected tools
const labelsToAdd = [];
if (tools.includes("Hot Design™")) {
if (tools.includes("Hot Design™") || tools.includes("Hot Design")) {
labelsToAdd.push("tool/Hot Design™");
}
if (tools.includes("Hot Reload")) {
Expand Down

0 comments on commit 854f7e0

Please sign in to comment.