Skip to content

Commit

Permalink
Add [bot] suffix to pre-commit-ci actor name
Browse files Browse the repository at this point in the history
fizyk committed Jan 28, 2025
1 parent 1482db7 commit 182c94c
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
if: ${{ !contains(fromJSON('["dependabot[bot]","pre-commit-ci"]'), github.actor) }}
if: ${{ !contains(fromJSON('["dependabot[bot]","pre-commit-ci[bot]"]'), github.actor) }}
steps:
- uses: fizyk/actions-reuse/.github/actions/[email protected]
with:
1 change: 1 addition & 0 deletions newsfragments/+4c68f493.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add [bot] suffix to the pre-commit actor.

0 comments on commit 182c94c

Please sign in to comment.