fix(ci): restore Dependabot auto-merge on master#889
Conversation
Replace the stale PAT-based merge-me action with native GitHub auto-merge enablement on successful Dependabot PR builds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #889 +/- ##
=======================================
Coverage 35.59% 35.59%
=======================================
Files 36 36
Lines 2152 2152
Branches 422 417 -5
=======================================
Hits 766 766
+ Misses 1365 1307 -58
- Partials 21 79 +58 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Add an in-script null guard for context.payload.workflow_run.pull_requests before indexing [0].number, mirroring the job-level expression. Addresses Greptile 4/5 review feedback on aw-webui#889. Co-authored-by: Bob <bot@time.to.build>
|
@greptileai review |
|
Addressed Greptile's 4/5 nit about the missing in-script null guard on Pushed |
Ready for Merge ✅
This PR restores Dependabot auto-merge on master by:
Ready for a maintainer to merge. |
|
@greptileai review |
Ready for Merge by Maintainer ✅
This PR restores Dependabot auto-merge on master by replacing the stale PAT-based workflow with native GitHub auto-merge. All reviews and feedback addressed. Waiting for a maintainer with merge permissions to squash-merge. |
|
I recorded work for this monitoring item, but the worker finished before posting the thread update. The delivery guard caught the missing reply and is closing the loop now. Evidence: commit: abc3bb364f chore(journal): aw-webui#889 Greptile thread closed — null guard reply Session: |
|
@greptileai review |
1 similar comment
|
@greptileai review |
Summary
AWBOT_GH_TOKEN+ridedott/merge-me-actionpath independabot-automerge.ymlBuildworkflow runWhy
Dependabot Auto-mergeis currently failing onmasterwithBad credentialsbecause the PAT-backed action path is dead. The PR checks are already green (for example #888), but auto-merge never gets enabled.