Skip to content

Commit 1eaf441

Browse files
committed
ci: fix auto-merge-deps reusable workflow reference
The caller pointed at netresearch/skill-repo-skill/.github/workflows/auto-merge-deps.yml, which does not exist. The real reusable workflow lives at netresearch/.github. Every pull_request event failed to resolve the reusable workflow. Switch the reference to the correct path and change the trigger to pull_request_target so Dependabot/Renovate PRs get write-scoped creds. Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
1 parent f24344a commit 1eaf441

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Auto-merge dependency PRs
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
permissions: {}
77

88
jobs:
99
auto-merge:
10-
uses: netresearch/skill-repo-skill/.github/workflows/auto-merge-deps.yml@main
10+
uses: netresearch/.github/.github/workflows/auto-merge-deps.yml@main
1111
permissions:
1212
contents: write
1313
pull-requests: write

0 commit comments

Comments
 (0)