mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-23 10:39:25 -05:00
More exclude from diff checking
This commit is contained in:
parent
bd4d7e3078
commit
9a2e08c211
3
.github/workflows/pr-bot.yml
vendored
3
.github/workflows/pr-bot.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
||||
excluded_files: >
|
||||
/\.lock$/
|
||||
/\.txt$/
|
||||
^src-ui/pnpm-lock\.yaml$
|
||||
^src-ui/messages\.xlf$
|
||||
^src/locale/en_US/LC_MESSAGES/django\.po$
|
||||
|
||||
- name: Label bot-generated PRs
|
||||
if: ${{ contains(github.actor, 'dependabot') || contains(github.actor, 'paperlessngx-bot') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user