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

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 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