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 71e803f commit e6aafd6Copy full SHA for e6aafd6
.github/workflows/changelog-verification.yml
@@ -15,7 +15,7 @@ jobs:
15
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog') }}
16
run: |
17
git fetch origin ${{ github.base_ref }} --depth 1 && \
18
- git diff remotes/origin/${{ github.base_ref }} --name-only | grep -P "\.changes/next-release/[0-9a-f-]+\.json"
+ git diff remotes/origin/${{ github.base_ref }} --name-only | grep -P "\.changes/next-release/*[a-zA-Z0-9_-]+\.json"
19
- name: Error message
20
if: ${{ failure() }}
21
0 commit comments