Skip to content

Automatic actions stopped working and a lot of errors appeared in php-errors.log #3247

Automatic actions stopped working and a lot of errors appeared in php-errors.log

Automatic actions stopped working and a lot of errors appeared in php-errors.log #3247

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@v5"
- name: "Label commenter"
uses: "peaceiris/actions-label-commenter@v1"