FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

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

Merged
dondonz merged 1 commit into
masterfrom
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 into
masterfrom
claude/dependabot-auto-merge-config-ekRMj

Conversation

dondonz commented Mar 7, 2026

Copy link
Copy Markdown
Member

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 Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 5671 (±0) 5614 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 17 5671 (±0) 5613 (±0) 0 (±0) 0 (±0) 58 (±0)
Java 21 5671 (±0) 5613 (±0) 0 (±0) 0 (±0) 58 (±0)
Java 25 5671 (±0) 5613 (±0) 0 (±0) 0 (±0) 58 (±0)
jcstress 32 (±0) 32 (±0) 0 (±0) 0 (±0) 0 (±0)
Total 22716 (±0) 22485 (±0) 0 (±0) 0 (±0) 231 (±0)

Code Coverage (Java 25)

Metric Covered Missed Coverage vs Master
Lines 28697 3127 90.2% ±0.0%
Branches 8330 1512 84.6% ±0.0%
Methods 7681 1224 86.3% ±0.0%

Changed Class Coverage (1 class)

Class Line Branch Method
g.e.i.d.PerLevelDataLoaderDispatchStrategy -0.7% 🔴 -2.0% 🔴 ±0.0%

Full HTML report: build artifact jacoco-html-report

Updated: 2026-03-07 22:49:54 UTC

dondonz merged commit b4972e3 into master Mar 7, 2026
10 of 12 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL