-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68f0d74
commit 9001a5a
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Welcome | ||
on: | ||
pull_request_target: | ||
types: [opened] | ||
jobs: | ||
welcome: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: wow-actions/welcome@v1.3.0 | ||
with: | ||
FIRST_PR_COMMENT: | | ||
Hello @{{ author }}. Thank you for contributing to this project! 💛 I'll review your changes when time permits. | ||
By contributing, you agree to the [Developer Certificate of Origin](https://developercertificate.org) | ||
and your code being licensed under the [MIT license](https://raw.githubusercontent.com/Realiserad/fish-ai/main/LICENSE). | ||
If this sounds like greek, please spend a minute or two to read through these documents. |