From 22394d7bd125c0b1d34835ec48dea79b5feb3832 Mon Sep 17 00:00:00 2001 From: Tayebwa Noah Date: Thu, 12 Dec 2024 01:04:50 +0300 Subject: [PATCH] Create greetings.yml Signed-off-by: Ndacyayisenga-droid --- .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 00000000..3cdd5e88 --- /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: "Thank you for creating your first issue in this repository! 🎉" + pr-message: "Thank you for your first pull request! We're excited to review it. 🚀"