actions-hugo/.github/workflows/label-commenter.yml
dependabot[bot] a41bdb53bd
ci: bump actions/checkout from 2.4.0 to 3 (#565)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 11:40:05 +09:00

25 lines
487 B
YAML

name: Label Commenter
on:
issues:
types:
- labeled
- unlabeled
# pull_request:
# types:
# - labeled
# - unlabeled
jobs:
comment:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
with:
ref: main
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1.10.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# config_file: .github/label-commenter-config.yml