Skip to content

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

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#23
CybotTM merged 1 commit into
mainfrom
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>
@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

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@CybotTM CybotTM merged commit 5a8e570 into main Apr 19, 2026
11 checks passed
@CybotTM CybotTM deleted the fix/auto-merge-deps-reusable-workflow-ref branch April 19, 2026 09:03
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