Add label commenter workflow

Right now the main purpose is to handle instructions for stable
backports. Can be expanded in the future.
This commit is contained in:
Joshua M. Boniface
2021-04-11 14:34:45 -04:00
parent 770c123d12
commit 7aa53b060e
2 changed files with 63 additions and 0 deletions

22
.github/workflows/label-commenter.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Label Commenter
on:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
jobs:
comment:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1