charts/.github/workflows/label-commenter.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs da27984f60
[meta] Update workflows
2021-05-20 09:52:19 +02:00

29 lines
447 B
YAML

---
name: 'Label Commenter'
on:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
permissions:
contents: read
issues: write
pull-requests: write
jobs:
support:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: main # Set your default branch
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1