mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
25 lines
600 B
YAML
25 lines
600 B
YAML
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.
|