Skip to content

Commit 9bc489e

Browse files
CopilotIzumiSy
andauthored
Update dependabot-changeset workflow to trigger on dependencies label (#290)
Agent-Logs-Url: https://github.com/tailor-platform/app-shell/sessions/e33ad4ce-b6a0-4153-9493-6c19d28b6f2f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: IzumiSy <982850+IzumiSy@users.noreply.github.com>
1 parent b70e3d5 commit 9bc489e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-changeset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Add Changeset to Dependabot PRs
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
5+
types: [opened, synchronize, labeled]
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
88

99
jobs:
1010
add-changeset:
11-
if: github.actor == 'dependabot[bot]'
11+
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: write

0 commit comments

Comments
 (0)