2020-04-29 19:42:58 +02:00
|
|
|
name: Label Commenter
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types:
|
|
|
|
- labeled
|
|
|
|
- unlabeled
|
|
|
|
# pull_request:
|
|
|
|
# types:
|
|
|
|
# - labeled
|
|
|
|
# - unlabeled
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
comment:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
steps:
|
2021-05-12 04:35:39 +02:00
|
|
|
- uses: actions/checkout@v2.3.4
|
2020-04-29 19:42:58 +02:00
|
|
|
with:
|
2020-07-17 08:38:09 +02:00
|
|
|
ref: main
|
2020-04-29 19:42:58 +02:00
|
|
|
|
|
|
|
- name: Label Commenter
|
2021-02-11 04:54:00 +01:00
|
|
|
uses: peaceiris/actions-label-commenter@v1.9.1
|
2020-04-29 19:42:58 +02:00
|
|
|
with:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
# config_file: .github/label-commenter-config.yml
|