[Feature Request]: Please add support for PX30 #14
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: "Welcome first-time issue contributor" | |
on: | |
issues: | |
types: opened | |
jobs: | |
welcome-first-time-contributor: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: plbstl/first-contribution@v3 | |
with: | |
labels: "Good first issue" | |
issue-opened-msg: | | |
### Hey @{fc-author} ! | |
Looks like it's your first time interacting with Armbian here on GitHub. | |
Welcome and thank you for taking the time to report an issue :heart:. | |
Don't forget to star :star: the repo. |