diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..9ede4cc --- /dev/null +++ b/.github/workflows/greetings.yml @@ -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"