mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Delete .github/workflows/issue-label-notifier.yaml (#3792)
Resolves #2723 by removing the action altogether
This commit is contained in:
parent
c3a70f2846
commit
a84b1c3f00
1 changed files with 0 additions and 20 deletions
20
.github/workflows/issue-label-notifier.yaml
vendored
20
.github/workflows/issue-label-notifier.yaml
vendored
|
@ -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!'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue