Skip to content

Commit

Permalink
Create notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palma21 authored Jul 19, 2020
1 parent b0530ae commit 600fb9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Notify users based on issue labels

on:
issues:
types: [labeled]

jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: jenschelkopf/[email protected]
with:
recipients: |
action-required=@Azure/aks-pm

0 comments on commit 600fb9a

Please sign in to comment.