Skip to content

Commit

Permalink
Expand regexp for PR closed errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Nov 12, 2020
1 parent 42bcb0c commit 2aaee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ let trace_action ~repo_full_name trace =
Ignore )
else if
test "fatal: Remote branch pr-[0-9]* not found in upstream origin"
|| test "fatal: Couldn't find remote ref refs/heads/pr-"
|| test "fatal: [Cc]ouldn't find remote ref refs/heads/pr-"
then (
Stdio.printf "Normal failure: pull request was closed.\n" ;
Ignore )
Expand Down

0 comments on commit 2aaee04

Please sign in to comment.