Create greetings.yml (#885)

This commit is contained in:
Yogesh Choudhary Paliyal
2024-06-13 09:35:38 +05:30
committed by GitHub
parent 6b4b2b8c5e
commit 06790f4f12

16
.github/workflows/greetings.yml vendored Normal file
View File

@@ -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: "Thanks for submitting your first issue, We appreciate your input and will review it soon."
pr-message: "Congrats on your first PR, We'll review it shortly thanks for contributing!"