hexo-theme-next/.github/workflows/label-commenter.yml
2020-11-30 01:23:36 +08:00

20 lines
421 B
YAML

name: Label Commenter
on:
issues:
types:
- labeled
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Label Commenter
# Exclude https://github.com/peaceiris/actions-label-commenter/pull/316
uses: peaceiris/actions-label-commenter@v1.7.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}