Readme: fix broken links to documentation due to structural changes #25
Workflow file for this run
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 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. |