We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecdffb commit 059cab6Copy full SHA for 059cab6
.github/workflows/breaking.yml
@@ -10,6 +10,7 @@ jobs:
10
concurrency:
11
group: broken-changes-${{ github.ref }}
12
cancel-in-progress: true
13
+ if: (!contains(github.event.pull_request.labels.*.name, 'broken changes'))
14
runs-on: ubuntu-latest
15
permissions:
16
pull-requests: write
0 commit comments