Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/news-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
fetch-depth: 0

- name: Check news entry
if: "!contains(github.event.pull_request.labels.*.name, 'skip news')"
if: |
"!contains(github.event.pull_request.labels.*.name, 'skip news')" || github.actor != 'pre-commit-ci[bot]'
run: |
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
Expand Down
1 change: 1 addition & 0 deletions news/12605.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
skip news check if ``github.actor`` is ``pre-commit-ci[bot]``