actions-hugo/.github/workflows/label-commenter.yml
dependabot[bot] 3bb386ec5a
ci: bump actions/checkout from 2.3.4 to 2.3.5 (#546)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 11:12:24 +09:00

25 lines
491 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@v2.3.5
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