Skip to content

ci: fix auto-merge-deps reusable workflow reference#36

Merged
CybotTM merged 1 commit intomainfrom
fix/auto-merge-deps-reusable-workflow-ref
Apr 19, 2026
Merged

ci: fix auto-merge-deps reusable workflow reference#36
CybotTM merged 1 commit intomainfrom
fix/auto-merge-deps-reusable-workflow-ref

Conversation

@CybotTM
Copy link
Copy Markdown
Member

@CybotTM CybotTM commented Apr 19, 2026

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/.github/workflows/auto-merge-deps.yml. Every pull_request event failed to resolve it.

Changes

  • uses: → correct org-level reusable workflow
  • on: pull_requeston: pull_request_target (Dependabot/Renovate PRs get write-scoped creds)

Context

Batch fix across ~30 repos that inherited this from the skill-repo-skill template. Upstream template fix: netresearch/skill-repo-skill#66

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>
Copilot AI review requested due to automatic review settings April 19, 2026 08:53
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the repo’s dependency auto-merge workflow by pointing the caller workflow at the correct org-level reusable workflow so CI no longer fails to resolve the referenced file, and aligns the trigger with a write-capable event for bot PRs.

Changes:

  • Update uses: to reference netresearch/.github/.github/workflows/auto-merge-deps.yml@main.
  • Configure the workflow trigger as pull_request_target (as present in the updated workflow file).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/auto-merge-deps.yml
Comment thread .github/workflows/auto-merge-deps.yml
@CybotTM CybotTM merged commit 90a339a into main Apr 19, 2026
12 checks passed
@CybotTM CybotTM deleted the fix/auto-merge-deps-reusable-workflow-ref branch April 19, 2026 09:10
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