Skip to content

Commit

Permalink
Update greetings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huamanraj authored May 26, 2024
1 parent dfeac5f commit 27f63e4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/greetings.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
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. Please Star our github repository."
pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."

0 comments on commit 27f63e4

Please sign in to comment.