-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>
- Loading branch information
Showing
2 changed files
with
16 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,16 @@ | ||
name: Greetings | ||
|
||
on: [pull_request_target, issues] | ||
|
||
jobs: | ||
greeting: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: "👋 Hello and welcome to our project! Thank you for opening an issue. We're excited to have you here and look forward to working together to improve this project. Please ensure you've provided all necessary details and followed the issue template (if applicable). Let's collaborate and resolve this promptly! 🚀" | ||
pr-message: "🎉 Thank you for your first contribution to our project! We're thrilled to see your PR and appreciate the effort you've put in. The team will review your submission soon. If you have any questions or need assistance, feel free to ask. Welcome aboard! 🌟" |
File renamed without changes.