Skip to content

Commit

Permalink
Add action for pipeline re-trigger
Browse files Browse the repository at this point in the history
The action reacts on PR comments and retrigger a pipeline if previous
run failed.

Signed-off-by: Ales Raszka <[email protected]>
  • Loading branch information
Allda committed Nov 24, 2023
1 parent 6fdd5ae commit 1efbd1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-label-command.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Github pull request labels

on:
issue_comment:
types: [created, edited]

permissions:
pull-requests: write

jobs:
skip-test-labeler:
uses: redhat-openshift-ecosystem/github-workflows/.github/workflows/label-command.yml@main

0 comments on commit 1efbd1d

Please sign in to comment.