actions-hugo/.github/workflows/label-commenter.yml
Sardorbek Imomaliev 9ef8eed57e drop support for deprecated ubuntu 18.04
add support for ubuntu 22.04
2022-08-29 21:59:09 +07:00

25 lines
487 B
YAML

name: Label Commenter
on:
issues:
types:
- labeled
- unlabeled
# pull_request:
# types:
# - labeled
# - unlabeled
jobs:
comment:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
ref: main
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1.10.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# config_file: .github/label-commenter-config.yml