We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e5190 commit c27d569Copy full SHA for c27d569
.github/workflows/pr-lint.yml
@@ -56,7 +56,7 @@ jobs:
56
- if: ${{(github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))}}
57
run: echo "CHANGES=$(git diff --exit-code --no-patch --merge-base origin/main CHANGELOG.md 2> /dev/null && echo 0 || echo $?)" >> "$GITHUB_ENV"
58
- if: ${{(github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) && env.CHANGES == '0'}}
59
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
60
with:
61
script: |
62
core.setFailed('Changelog has not changed')
0 commit comments