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 471313b commit dc123d9Copy full SHA for dc123d9
.github/workflows/checks.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Run changelog update check
59
run: |
60
- git diff origin/main -- doc/changes
+ git diff --quiet origin/main -- doc/changes
61
echo "status: $?"
62
poetry run nox -s changelog:updated
63
0 commit comments