hexo-theme-next/.github/workflows/label-commenter.yml
renovate[bot] dc7cb39ab0
Update actions/checkout action to v3 (#476)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-31 21:58:55 +08:00

17 lines
271 B
YAML

name: Label Commenter
on:
issues:
types:
- labeled
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: master
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1