10000 Merge pull request #10367 from Neradoc/add-USB-host-teensy-40 · adafruit/circuitpython@af8de21 · GitHub
[go: up one dir, main page]

Skip to content

stm32f411ve_discovery (STM32F11E-DISCO) board build broken #2514

stm32f411ve_discovery (STM32F11E-DISCO) board build broken

stm32f411ve_discovery (STM32F11E-DISCO) board build broken #2514

name: Notify users based on issue labels
on:
issues:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: tekktrik/issue-labeled-ping@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
user: v923z
label: ulab
message: Heads up {user} - the "{label}" label was applied to this issue.
0