-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add greetings workflow for pull requests
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
name: Greetings | ||
|
||
on: | ||
pull_request: | ||
types: [opened] | ||
branches: | ||
- main | ||
|
||
jobs: | ||
greetings: | ||
name: Greetings | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
if: github.event.action == 'opened' | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GH_TOKEN }} | ||
pr-message: |- | ||
Hey there, Pull Request Pioneer! 🚀 | ||
A big round of applause for stepping into the ring with your very first Pull Request! Thanks a bunch for showing Ivy some love! 🎉 | ||
Just a friendly heads-up: | ||
- We're all about keeping things cozy here, so feel free to ask questions, share ideas, and make yourself at home! 🏠 | ||
- If you're feeling lost or need a little guidance, don't hesitate to reach out. We're all in this together! 🤝 |