From 14ff64ef3c10defe2b5242a48abad51e166aa371 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:02:22 -0700 Subject: [PATCH] Update pr-bot.yml --- .github/workflows/pr-bot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 6e439dae9..e2f4c44a4 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -25,8 +25,7 @@ jobs: s_label: 'non-trivial' s_diff: '99999' fail_if_xl: 'false' - excluded_files: > - /\.lock$/ /\.txt$/ ^src-ui/pnpm-lock\.yaml$ ^src-ui/messages\.xlf$ ^src/locale/en_US/LC_MESSAGES/django\.po$ + 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, 'crowdin-bot') }} uses: actions/github-script@v7