Skip to content

Commit

Permalink
Change conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Serene-Arc committed Oct 29, 2023
1 parent 15fa162 commit d6dbcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
message: 'Thank you for the PR! The changelog has not been updated so here is a friendly reminder to check if you need at add an entry.'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
if: contains(fromJson(env.CHANGED_FILES), '.py') && !contains(fromJson(env.CHANGED_FILES), 'changelog.rst')
if: contains(env.CHANGED_FILES, '.py') && !contains(env.CHANGED_FILES, 'changelog.rst')

0 comments on commit d6dbcfd

Please sign in to comment.