mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
19 lines
337 B
YAML
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 }}
|