Skip to content

Commit

Permalink
Merge pull request #71 from sanmarg/patch-1
Browse files Browse the repository at this point in the history
Create greetings.yaml
  • Loading branch information
Atharv714 committed May 24, 2024
2 parents 7fc9002 + 46805d7 commit 1b4833d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yaml
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: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible."
pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."

0 comments on commit 1b4833d

Please sign in to comment.