mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
add label via slash workflow call (#1499)
Signed-off-by: Teju Gangisetty <tgangise@redhat.com> Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com>
This commit is contained in:
co-authored by
Paige Patton
parent
cbc8e1feac
commit
3bec95ae1c
@@ -0,0 +1,13 @@
|
||||
name: Label via slash
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
|
||||
jobs:
|
||||
add-label:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
uses: krkn-chaos/actions/.github/workflows/slash-to-add-label.yml@main
|
||||
Reference in New Issue
Block a user