Files
codeql/.github/commands/rerun.yml
2026-03-05 11:38:27 +01:00

15 lines
324 B
YAML

---
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."