Skip to content

Commit

Permalink
Add workflow for controlling labels on PR
Browse files Browse the repository at this point in the history
The new workflow controls PR labels using comments.

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

Please sign in to comment.