mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
24 lines
552 B
YAML
24 lines
552 B
YAML
name: "Welcome first-time PR contributor"
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: opened
|
|
|
|
jobs:
|
|
welcome-first-time-contributor:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
steps:
|
|
- uses: plbstl/first-contribution@v3
|
|
with:
|
|
pr-opened-msg: |
|
|
### Hey @{fc-author} !
|
|
|
|
Looks like it's your first pull reqests to Armbian codebase.
|
|
|
|
Welcome and thank you for contributing :heart: :heart: :heart:.
|
|
|
|
Don't forget to star :star: the repo.
|