hermes-agent/.github
ethernet 0c1adb4877
fix(ci): handle merge race in js-autofix poll loop (#65231)
When the bot PR auto-merges, main moves — which the poll loop detects
as 'main moved' and tries to close the PR. But the PR is already
merged, so gh pr close fails with an error.

Fix: when main moves, re-check PR state before closing. If it's
already MERGED, exit cleanly. Also make gh pr close non-fatal (|| true)
as a belt-and-suspenders guard against the same race on the other
close paths.
2026-07-15 17:51:34 -04:00
..
actions ci: add ci-reviewed label gate for CI-sensitive files 2026-07-16 01:42:02 +05:30
ISSUE_TEMPLATE
pr-screenshots
workflows fix(ci): handle merge race in js-autofix poll loop (#65231) 2026-07-15 17:51:34 -04:00
dependabot.yml
PULL_REQUEST_TEMPLATE.md