Merge pull request #21414 from github/redsun82/rerun-slash-command

Add `/rerun` slash command for failed internal checks
This commit is contained in:
Paolo Tranquilli
2026-03-10 14:01:03 +01:00
committed by GitHub

14
.github/commands/rerun.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
---
trigger: rerun
title: Rerun failed internal checks
surfaces:
- pull_request
description: >
Finds all failed internal CI checks for this PR and reruns their failed jobs.
steps:
- type: repository_dispatch
eventType: rerun-workflow
- type: fill
submit_form: true
template: "Rerun has been triggered."