From b881aa3e6f1c993d8c1768790bb30c7d5dfdfe6b Mon Sep 17 00:00:00 2001 From: Sanjay Viswanathan Date: Mon, 21 Oct 2024 14:08:13 +1100 Subject: [PATCH] Create greetings.yml --- .github/workflows/greetings.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..35b296c --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,15 @@ +name: Greetings + +on: [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: "Thanks for raising the issue"