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.
2 parents 0fe9c4b + 6ea0aee commit c1f8951Copy full SHA for c1f8951
.github/workflows/changelog.yml
@@ -12,9 +12,13 @@ jobs:
12
path: ${{ env.source_directory }}
13
ref: ${{ github.event.pull_request.head.sha }}
14
fetch-depth: "0"
15
+ if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
16
+
17
- name: Ensure a new changelog entry exists
18
run: >-
19
git show origin/${{ github.event.pull_request.base.ref }}..HEAD
20
--name-status
21
--oneline |
22
grep -E -e "A\s+changelogs/fragments/" -e "M\s+CHANGELOG.rst"
23
24
0 commit comments