Skip to content

Commit

Permalink
updating rerun workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Nov 16, 2023
1 parent ed9dc27 commit de82967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
sed -i -E 's/\\n/\n/g' pr.list
cat pr.list |grep http > pr2.list
while read pr; do
gh pr checks --rerun $pr
gh pr edit $pr --add-label autotest-recheck
done <pr2.list

0 comments on commit de82967

Please sign in to comment.