Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
paulederbaus authored Feb 17, 2024
1 parent 1e6bf48 commit 6296755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label_new_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
} else if (issueBody.includes('low (asthetic, minor issue)')) {
labelsToAdd.push(lowLabel);
} else if (issueBody.includes('medium (affects usability but has a workaround)')) {
labelsToAdd.push(mediumLabel);
labelsToAdd.push(mediumLabel);
} else if (issueBody.includes('high (major functionality broken, no workaround)')) {
labelsToAdd.push(highLabel);
} else if (issueBody.includes('critical (app crash, data loss)')) {
Expand Down

0 comments on commit 6296755

Please sign in to comment.