Skip to content

Commit 2f9af6c

Browse files
committed
test
1 parent 71e803f commit 2f9af6c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "test"
6+
}

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog') }}
1616
run: |
1717
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"
18+
git diff remotes/origin/${{ github.base_ref }} --name-only | grep -P "\.changes/next-release/*[a-zA-Z0-9]+\.json$"
1919
- name: Error message
2020
if: ${{ failure() }}
2121
run: |

0 commit comments

Comments
 (0)