Files
catalog/.github/workflows/metadata-label-commenter.yaml
kjeld Schouten-Lebbing 6d0376b045 update ci
2022-03-31 21:10:54 +02:00

33 lines
565 B
YAML

---
name: "Metadata: Label Commenter"
on:
workflow_dispatch:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
name: Label commenter
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_TOKEN }}
ref: master
- uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.BOT_TOKEN }}