Skip to content

Commit

Permalink
Merge pull request #17 from KiranBaliga/main
Browse files Browse the repository at this point in the history
#Add  Github Greetings Bot
  • Loading branch information
sk66641 authored Oct 7, 2024
2 parents 574deb1 + 24f5084 commit 0a8632b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.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: "Thank you for creating this issue! 🎉 We'll look into it as soon as possible."
pr-message: "Thank you for submitting your pull request! 🙌 We'll review it as soon as possible."

0 comments on commit 0a8632b

Please sign in to comment.