More exclude from diff checking

This commit is contained in:
shamoon 2025-04-19 16:26:45 -07:00
parent bd4d7e3078
commit 9a2e08c211
No known key found for this signature in database

View File

@ -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') }}