Fix Dependabot auto-merge showing as skipped check on all PRs by dondonz · Pull Request #4304 · graphql-java/graphql-java · GitHub
Skip to content

Fix Dependabot auto-merge showing as skipped check on all PRs#4304

Merged
dondonz merged 1 commit intomasterfrom
claude/dependabot-auto-merge-config-ekRMj
Mar 7, 2026
Merged

Fix Dependabot auto-merge showing as skipped check on all PRs#4304
dondonz merged 1 commit intomasterfrom
claude/dependabot-auto-merge-config-ekRMj

Conversation

@dondonz
Copy link
Copy Markdown
Member

@dondonz dondonz commented Mar 7, 2026

Summary

  • Switches Dependabot auto-merge workflow from pull_request_target to push on dependabot/** branches
  • Prevents the workflow from appearing as a skipped check on every non-Dependabot PR

Test plan

  • Verify the workflow no longer appears as a skipped check on non-Dependabot PRs
  • Confirm auto-merge still activates on new Dependabot PRs

Using pull_request_target causes the workflow to appear as a
skipped check on every non-Dependabot PR. Switching to a push
trigger on dependabot/** branches avoids this entirely since
push-triggered workflows don't show up as PR checks.

https://claude.ai/code/session_012ieS3tLTHwwnh9aftVAPVY
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 7, 2026

@dondonz dondonz merged commit b4972e3 into master Mar 7, 2026
10 of 12 checks passed
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