hexo-theme-next/.github/workflows/label-commenter.yml
2020-07-19 08:39:16 +08:00

19 lines
337 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
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}