actions-gh-pages/.github/workflows/label-commenter.yml
dependabot[bot] b19f8b8110
ci: bump actions/checkout from 2.3.4 to 2.3.5 (#664)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-20 12:39:49 +09:00

28 lines
434 B
YAML

name: Label Commenter
on:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.5
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
env:
RUNNER_DEBUG: 1