Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Aug 31, 2024
1 parent 0453aa8 commit ff4e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_comp_next-release-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
process.exit(0);
}
const typeCicdLabel = 'Type: CI/CD';
const typeCicdLabel = 'Type : CI/CD';
const foundLabel = issue.data.labels.find(label => label.name === typeCicdLabel);
if (foundLabel) {
console.log(`Issue does have "${typeCicdLabel}" label , exiting`);
Expand Down

0 comments on commit ff4e80b

Please sign in to comment.