Skip to content

chore: trigger dependabot-changeset workflow on dependencies label instead of actor check#290

Merged
IzumiSy merged 1 commit into
mainfrom
copilot/update-dependabot-workflow-conditional
May 26, 2026
Merged

chore: trigger dependabot-changeset workflow on dependencies label instead of actor check#290
IzumiSy merged 1 commit into
mainfrom
copilot/update-dependabot-workflow-conditional

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 26, 2026

The workflow was gated on github.actor == 'dependabot[bot]', which is fragile and doesn't account for manually-labeled dependency PRs. Switch to a label-based check so any PR with the dependencies label triggers changeset generation.

Changes

  • Trigger: Added labeled to pull_request event types so the job fires when a label is applied, not just on open/sync
  • Condition: Replaced github.actor == 'dependabot[bot]' with contains(github.event.pull_request.labels.*.name, 'dependencies')

@IzumiSy IzumiSy force-pushed the copilot/update-dependabot-workflow-conditional branch from 1a21058 to 661af3b Compare May 26, 2026 03:43
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 26, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/app-shell@290
npm i https://pkg.pr.new/@tailor-platform/app-shell-sdk-plugin@290
npm i https://pkg.pr.new/@tailor-platform/app-shell-vite-plugin@290

commit: 661af3b

@IzumiSy IzumiSy merged commit 9bc489e into main May 26, 2026
5 checks passed
@IzumiSy IzumiSy deleted the copilot/update-dependabot-workflow-conditional branch May 26, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants