7aa53b060e
Right now the main purpose is to handle instructions for stable backports. Can be expanded in the future.
23 lines
357 B
YAML
23 lines
357 B
YAML
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
|