actions-hugo/.github/workflows/label-commenter.yml
dependabot[bot] be3787356a
ci: bump peaceiris/actions-label-commenter from v1 to v1.3.7 (#364)
Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) from v1 to v1.3.7.
- [Release notes](https://github.com/peaceiris/actions-label-commenter/releases)
- [Changelog](https://github.com/peaceiris/actions-label-commenter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/peaceiris/actions-label-commenter/compare/v1...56d53284bcd1157938a58751728e275ebf9d3ec7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-22 03:34:59 +09:00

25 lines
488 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
with:
ref: master
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1.3.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# config_file: .github/label-commenter-config.yml