Skip to content

Permission conflict between "APPROVE SOLUTION/REPLY SURVEY (MY TICKET)" option and "LIFE CYCLE OF TICKETS" restricion #1438

Permission conflict between "APPROVE SOLUTION/REPLY SURVEY (MY TICKET)" option and "LIFE CYCLE OF TICKETS" restricion

Permission conflict between "APPROVE SOLUTION/REPLY SURVEY (MY TICKET)" option and "LIFE CYCLE OF TICKETS" restricion #1438

name: "Label commenter"
on:
issues:
types:
- "labeled"
- "unlabeled"
jobs:
comment:
permissions:
contents: "read"
issues: "write"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Label commenter"
uses: "peaceiris/actions-label-commenter@v1"