2020-04-29 17:42:58 +00:00
|
|
|
name: Label Commenter
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types:
|
|
|
|
- labeled
|
|
|
|
- unlabeled
|
|
|
|
# pull_request:
|
|
|
|
# types:
|
|
|
|
# - labeled
|
|
|
|
# - unlabeled
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
comment:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
with:
|
2020-07-17 06:38:09 +00:00
|
|
|
ref: main
|
2020-04-29 17:42:58 +00:00
|
|
|
|
|
|
|
- name: Label Commenter
|
2020-09-15 08:24:16 +00:00
|
|
|
uses: peaceiris/actions-label-commenter@v1.6.1
|
2020-04-29 17:42:58 +00:00
|
|
|
with:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
# config_file: .github/label-commenter-config.yml
|