Skip to content

Commit

Permalink
Fix (#3814)
Browse files Browse the repository at this point in the history
**What does this PR do?** A clear and concise description with your
runway ticket url.


**Screenshots:** Screenshots to visualize your addition/change


**How to test?** Steps to confirm the desired behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See addition/change


#### Checklist:
- [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new
kit`, `deprecated`, or `breaking`. See [Changelog &
Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels)
for details.
- [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a
review.
- [ ] **TESTS** I have added test coverage to my code.
  • Loading branch information
jasperfurniss authored Oct 17, 2024
1 parent 8c1763c commit ac745f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if (presentRequiredLabels.length === 0) {
core.setFailed('Your pull request is missing a required Semver label: (${requiredLabels.join(', ')})');
else if (presentRequiredLabels.length > 1) {
} else if (presentRequiredLabels.length > 1) {
core.setFailed('Your pull request has multiple Semver labels. Please use only one.')
} else {
console.log('Pull request has a required Semver label.');
Expand Down

0 comments on commit ac745f4

Please sign in to comment.