Skip to content

Commit

Permalink
Update label used for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Oct 16, 2024
1 parent fc659a6 commit 48190a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-on-PR-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
comment-on-breaking-change-label:
runs-on: ubuntu-latest
if: github.event.label.name == 'C-Breaking-Change' && !contains(github.event.pull_request.body, '## Migration Guide')
if: github.event.label.name == 'M-Needs-Migration-Guide' && !contains(github.event.pull_request.body, '## Migration Guide')
steps:
- uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 48190a2

Please sign in to comment.