mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
15 lines
324 B
YAML
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."
|