mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
More exclude from diff checking
This commit is contained in:
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') }}
|
||||
|
Reference in New Issue
Block a user