From 3638b0144b98dadc92afcf37d62b685e2f62f7bb Mon Sep 17 00:00:00 2001 From: parinayNakhate <164835073+parinayNakhate@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:01:01 +0530 Subject: [PATCH 1/2] Create greetings.yml --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 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 000000000..46774343e --- /dev/null +++ b/.github/workflows/greetings.yml @@ -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: "Message that will be displayed on users' first issue" + pr-message: "Message that will be displayed on users' first pull request" From 4ee846a993f4846c51ec6420a006afb6e8a7a2b2 Mon Sep 17 00:00:00 2001 From: parinayNakhate <164835073+parinayNakhate@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:25:48 +0530 Subject: [PATCH 2/2] Create new_greetings.yml --- .github/workflows/new_greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/new_greetings.yml diff --git a/.github/workflows/new_greetings.yml b/.github/workflows/new_greetings.yml new file mode 100644 index 000000000..46774343e --- /dev/null +++ b/.github/workflows/new_greetings.yml @@ -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: "Message that will be displayed on users' first issue" + pr-message: "Message that will be displayed on users' first pull request"