From 661af3bae92314cb646816e6c1fda93ac8130fb1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 03:39:20 +0000 Subject: [PATCH] Update dependabot-changeset workflow to trigger on dependencies label Agent-Logs-Url: https://github.com/tailor-platform/app-shell/sessions/e33ad4ce-b6a0-4153-9493-6c19d28b6f2f Co-authored-by: IzumiSy <982850+IzumiSy@users.noreply.github.com> --- .github/workflows/dependabot-changeset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-changeset.yaml b/.github/workflows/dependabot-changeset.yaml index e25ba279..0d8320c3 100644 --- a/.github/workflows/dependabot-changeset.yaml +++ b/.github/workflows/dependabot-changeset.yaml @@ -2,13 +2,13 @@ name: Add Changeset to Dependabot PRs on: pull_request: - types: [opened, synchronize] + types: [opened, synchronize, labeled] concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: add-changeset: - if: github.actor == 'dependabot[bot]' + if: contains(github.event.pull_request.labels.*.name, 'dependencies') runs-on: ubuntu-latest permissions: contents: write