Skip to content

Commit

Permalink
Update add-publish-checks.yml
Browse files Browse the repository at this point in the history
Confirmed: No colon in label you want to use in workflows.
  • Loading branch information
bph authored Jan 14, 2025
1 parent 753281c commit 2f45c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-publish-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
add-comment:
if: ${{ github.event.label.name == 'flow: ready to publish' }}
if: ${{ github.event.label.name == 'flow-ready to publish' }}
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit 2f45c36

Please sign in to comment.