style(test): separate the merge-order block from the offsite decisions
Refs #242
This commit is contained in:
parent
9c690f02b7
commit
544d4a0603
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ check "the sweep still issues exactly two GraphQL queries" 0 "2" \
|
||||||
check "...with mergedAt selected on the merged-PR node it already fetched" 0 "" \
|
check "...with mergedAt selected on the merged-PR node it already fetched" 0 "" \
|
||||||
grep -qF 'nodes { number mergedAt body }' \
|
grep -qF 'nodes { number mergedAt body }' \
|
||||||
"$ROOT/actions/issueflow-reconcile/issueflow-reconcile.sh"
|
"$ROOT/actions/issueflow-reconcile/issueflow-reconcile.sh"
|
||||||
|
|
||||||
check "one closed offsite PR nudges" 0 "NUDGE" offsite_resolved_decision <<<"CLOSED"
|
check "one closed offsite PR nudges" 0 "NUDGE" offsite_resolved_decision <<<"CLOSED"
|
||||||
check "two closed offsite PRs nudge" 0 "NUDGE" offsite_resolved_decision <<< $'CLOSED\nCLOSED'
|
check "two closed offsite PRs nudge" 0 "NUDGE" offsite_resolved_decision <<< $'CLOSED\nCLOSED'
|
||||||
check "one open offsite PR keeps quiet" 0 "QUIET" offsite_resolved_decision <<< $'CLOSED\nOPEN'
|
check "one open offsite PR keeps quiet" 0 "QUIET" offsite_resolved_decision <<< $'CLOSED\nOPEN'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue