We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e75c1 commit 80c5f1aCopy full SHA for 80c5f1a
1 file changed
.agents/scripts/tests/test-pulse-cleanup-unregister.sh
@@ -171,7 +171,7 @@ test_orphan_crash_skips_closed_issue_comment() {
171
_record_orphan_crash_classification "feature/auto-20260515-123456-gh23379" 0 "owner/repo"
172
173
grep -q 'issue view 23379 --repo owner/repo' "$gh_log" || fail "closed orphan did not check issue state"
174
- if grep -q 'gh_issue_comment\|recover_failed_launch_state\|issues/23379/comments' "$gh_log"; then
+ if grep -Eq 'gh_issue_comment|recover_failed_launch_state|issues/23379/comments' "$gh_log"; then
175
fail "closed orphan posted or recovered issue state"
176
fi
177
grep -q 'Orphan cleanup skipped for #23379 (owner/repo): issue state=CLOSED' "$LOGFILE" || fail "closed orphan skip was not audited"
0 commit comments