Skip to content

Commit 9bf4262

Browse files
committed
Add /rerun slash command for failed internal checks
1 parent bd0d69f commit 9bf4262

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/commands/rerun.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)