We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c6af0 commit 9925f0eCopy full SHA for 9925f0e
.github/workflows/changelog.yml
@@ -18,7 +18,7 @@ jobs:
18
if:
19
contains(github.event.pull_request.labels.*.name, 'skip news :mute:') != true
20
run: |
21
- grep -Pz "\((\n\s*)?#${{ github.event.pull_request.number }}(\n\s*)?\)" doc/whatsnew/2/2.15/index.rst || \
+ grep -Pz "\((\n\s*)?#${{ github.event.pull_request.number }}(\n\s*)?\)" doc/whatsnew/2/**/*.rst || \
22
(echo "Please add '(#${{ github.event.pull_request.number }})' change line to 'doc/whatsnew/2/2.15/index.rst' \
23
(or if appropriate, ask a maintainer to add the 'skip news' label)" && \
24
exit 1)
0 commit comments