From ba919f41a13fb54bc74e4dff0cab78b2cb59cd0d Mon Sep 17 00:00:00 2001 From: Ibrahim Alhas <65875290+alhasacademy96@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:20:41 +0000 Subject: [PATCH] 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..78c648c00 --- /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: "Hello there! Thanks for submitting an issue. We really appreciate your time and effort into making Animal-AI better!" + pr-message: "HOORAH! You submitted your first pull review! We hope it's one of the many to come! Thank you so much in taking the time, energy and commitment to making Animal-AI better!"