charts/.github/workflows/label-commenter.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 19: mapping key "permissions" already defined at line 14
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 76ab38c293
[meta] Implement label-commenter (#921)
* Update incomplete-pr.yaml

* Update workflows

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Update workflows

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-05-20 09:51:03 +02:00

33 lines
501 B
YAML

---
name: 'Label Commenter'
on:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
permissions:
contents: read
issues: write
pull-requests: write
permissions:
contents: read
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