Skip to content

Commit 56fd054

Browse files
authored
Merge pull request #299 from apollographql/cherry-pick-changeset-verify-skip-label
ci: adding a skip for the changeset verification if a label is applied
2 parents 86355f6 + 2e91789 commit 56fd054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify-changeset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
jobs:
1616
verify-changeset:
17+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-changeset') }}
1718
name: Verify
1819
runs-on: ubuntu-24.04
1920
permissions:

0 commit comments

Comments
 (0)