Skip to content

Commit

Permalink
ci: welcome new contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Jun 25, 2024
1 parent 68f0d74 commit 9001a5a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/welcome.yaml
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.

0 comments on commit 9001a5a

Please sign in to comment.