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 6645bd5 commit e8e7329Copy full SHA for e8e7329
.github/workflows/check_changelog.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Check that CHANGELOG is touched
18
run: |
19
git fetch origin ${{ github.base_ref }} --depth 1 && \
20
- git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md
+ git diff remotes/origin/${{ github.base_ref }} --name-only | grep changelog.md
0 commit comments