Adafruit Qualia ESP32-S3 with RGB-666 TL040HDS20 4" Square Display Fails Wifi Test When Display is Setup #2768
This file contains hidden or 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: 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@v2 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| user: v923z | |
| label: ulab | |
| message: Heads up {user} - the "{label}" label was applied to this issue. |