Skip to content

Commit

Permalink
Create greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adenlall authored Apr 15, 2024
1 parent 738c986 commit 5a76903
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Greetings

on: [pull_request_target, issues, fork, commit_comment, watch]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
statuses: write
attestations: write
discussions: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for reporting your first issue on this open source software, we will look at it as soon as possible and give you a feedback. Thank You"
pr-message: "hank you for contributing on this open source software, we will look at it as soon as possible and give you a feedback. Thank You"

0 comments on commit 5a76903

Please sign in to comment.