pigpio log s6-overlay-suexec: fatal: can only run as pid 1 #282
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label Commenter | |
on: | |
issues: | |
types: | |
- labeled | |
- unlabeled | |
pull_request_target: | |
types: | |
- labeled | |
- unlabeled | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: ↩️ Checkout | |
uses: actions/checkout@v4 | |
with: | |
ref: main | |
- name: ✏️ Comment | |
uses: peaceiris/[email protected] | |
with: | |
config_file: .github/label-comments.yaml |