* [StepSecurity] ci: Harden GitHub Actions Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> * imprement coderabbit recommendations --------- Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: Igor Velkov <325961+iav@users.noreply.github.com>
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
name: "Maintenance: Welcome first-time PR contributor"
|
||
|
||
on:
|
||
pull_request_target:
|
||
types: opened
|
||
|
||
permissions:
|
||
contents: read
|
||
|
||
jobs:
|
||
welcome-first-time-contributor:
|
||
runs-on: ubuntu-latest
|
||
permissions:
|
||
issues: write
|
||
pull-requests: write
|
||
steps:
|
||
- uses: plbstl/first-contribution@v4
|
||
with:
|
||
pr-opened-msg: |
|
||
### Hey @{fc-author}! 👋
|
||
|
||
Thanks for submitting your first pull request to the Armbian project — we're excited to have you contributing! 🧡
|
||
Your effort doesn’t just improve Armbian — it benefits the entire community of users and developers.
|
||
|
||
If you'd like to stay informed about project updates or collaborate more closely with the team,
|
||
you can optionally share some personal contact preferences at [armbian.com/update-data](https://www.armbian.com/update-data/).
|
||
This helps us keep in touch without relying solely on GitHub notifications.
|
||
|
||
Also, don’t forget to ⭐ star the repo if you haven’t already — and welcome aboard! 🚀
|