Skip to content

Commit

Permalink
Add Github workflow that control labels using comments
Browse files Browse the repository at this point in the history
The new workflow allows user to control a pipeline trigger in case of
failure and allow them to skip certain static checks that are not
strictly required for certification.

JIRA: ISV-4206

Signed-off-by: Ales Raszka <[email protected]>
  • Loading branch information
Allda committed Nov 9, 2023
1 parent 66bb200 commit ea5e3a1
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 ea5e3a1

Please sign in to comment.