kein USB-Boot mit Pi4B-8GB möglich seit 3.75.6.20240316 ( Problemverursacher: /boot/u-boot.bin ) #863
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
# RaspberryMatic Label Actions workflow | |
# yamllint disable rule:truthy | |
--- | |
name: 'Label Actions' | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request_target: | |
types: [labeled, unlabeled] | |
discussion: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
discussions: write | |
jobs: | |
action: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: dessant/label-actions@v4 |