This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Raspberry pi 5 can't load pigpio #154
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: "Issue Labeler" | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🏷️ Label issue | |
uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.CR_PAT }}" | |
configuration-path: .github/labeler.yaml | |
not-before: 2021-05-01T00:00:00Z | |
enable-versioned-regex: 0 |