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 b5d1297 commit f92a5c5Copy full SHA for f92a5c5
.github/workflows/changelog.yml
@@ -7,6 +7,7 @@ jobs:
7
concurrency:
8
group: changelog-${{ github.ref }}
9
cancel-in-progress: true
10
+ if: (!contains(github.event.pull_request.labels.*.name, 'no changelog'))
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout sources
0 commit comments