actions-gh-pages/.github/workflows/label-commenter.yml
dependabot[bot] d3d121d594
ci: bump actions/checkout from 2.3.5 to 2.4.0 (#668)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-04 00:15:44 +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.4.0
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
env:
RUNNER_DEBUG: 1