From 53e259f64d08e8f731b5c9b097ae67d0538314cd Mon Sep 17 00:00:00 2001 From: StyleShit <32631382+StyleShit@users.noreply.github.com> Date: Sun, 3 May 2026 08:46:17 +0300 Subject: [PATCH] ci(dependabot-changeset): improve branch condition [AR-59666] --- .github/workflows/dependabot-changeset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 9572d2ecc..a60d04f7c 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -19,7 +19,7 @@ jobs: # Removing the user check could give privileged access to a potential attacker. if: | github.event.pull_request.user.login == 'dependabot[bot]' && - ! contains(github.event.pull_request.title, 'development group') + startsWith(github.head_ref, 'dependabot/npm_and_yarn/npm-production-') runs-on: ubuntu-latest