2020-04-29 19:42:58 +02:00
|
|
|
name: Label Commenter
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types:
|
|
|
|
- labeled
|
|
|
|
- unlabeled
|
|
|
|
# pull_request:
|
|
|
|
# types:
|
|
|
|
# - labeled
|
|
|
|
# - unlabeled
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
comment:
|
2022-08-29 17:06:54 +02:00
|
|
|
runs-on: ubuntu-22.04
|
2020-04-29 19:42:58 +02:00
|
|
|
steps:
|
2023-10-05 02:17:20 +02:00
|
|
|
- uses: actions/checkout@v4
|
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-07-23 05:24:47 +02:00
|
|
|
uses: peaceiris/actions-label-commenter@v1.10.0
|
2020-04-29 19:42:58 +02:00
|
|
|
with:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
# config_file: .github/label-commenter-config.yml
|