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:
Teju Gangisetty
2026-07-28 16:10:06 -04:00
committed by GitHub
co-authored by Paige Patton
parent cbc8e1feac
commit 3bec95ae1c
+13
View File
@@ -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