We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a6bb5e + 9bf4262 commit 017b6f2Copy full SHA for 017b6f2
1 file changed
.github/commands/rerun.yml
@@ -0,0 +1,14 @@
1
+---
2
+trigger: rerun
3
+title: Rerun failed internal checks
4
+surfaces:
5
+ - pull_request
6
+description: >
7
+ Finds all failed internal CI checks for this PR and reruns their failed jobs.
8
+
9
+steps:
10
+ - type: repository_dispatch
11
+ eventType: rerun-workflow
12
+ - type: fill
13
+ submit_form: true
14
+ template: "Rerun has been triggered."
0 commit comments