Skip to content

Commit

Permalink
greet workflow GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>
  • Loading branch information
1Shubham7 committed Dec 22, 2024
1 parent e9ecf40 commit 7816878
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greet.yml
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.

0 comments on commit 7816878

Please sign in to comment.