Skip to content

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

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

ci: fix auto-merge-deps reusable workflow reference#25
CybotTM merged 1 commit into
mainfrom
fix/auto-merge-deps-reusable-workflow-ref

Conversation

@CybotTM

@CybotTM CybotTM commented Apr 19, 2026

Copy link
Copy Markdown
Member

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:54
@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.

@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/auto-merge-deps.yml

PackageVersionLicenseIssue Type
netresearch/.github/.github/workflows/auto-merge-deps.ymlmainNullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/netresearch/.github/.github/workflows/auto-merge-deps.yml main UnknownUnknown

Scanned Files

  • .github/workflows/auto-merge-deps.yml

Copilot AI left a comment

Copy link
Copy Markdown

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 repository’s dependency auto-merge workflow by correcting the reusable workflow reference so PR events can resolve and run successfully, and updates the trigger to enable write-scoped permissions for bot-driven dependency PRs.

Changes:

  • Switch reusable workflow uses: to the org-level workflow at netresearch/.github.
  • Change event trigger from pull_request to pull_request_target to allow write-scoped token usage for dependency bots.

💡 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 3aaf511 into main Apr 19, 2026
15 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