Delete .github/workflows/issue-label-notifier.yaml (#3792)

Resolves #2723 by removing the action altogether
This commit is contained in:
Kaitlin Abbitt 2025-05-22 13:30:02 -06:00 committed by GitHub
parent c3a70f2846
commit a84b1c3f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +0,0 @@
name: Notify users based on issue labels
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: jenschelkopf/issue-label-notification-action@1.3
with:
recipients: |
design-review=@Katherine-Osos
message: 'cc/ {recipients} — adding you to this **{label}** issue!'