From 93e1420ea04166ca8f52b9c0db71473c81416cc9 Mon Sep 17 00:00:00 2001 From: Forge-Atlas-founder Date: Thu, 7 May 2026 13:24:20 -0400 Subject: [PATCH] Update action.yml --- action.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/action.yml b/action.yml index 3c29e4b3..c7ad1f81 100644 --- a/action.yml +++ b/action.yml @@ -15,3 +15,33 @@ inputs: runs: using: node24 main: dist/index.js +name: Greetings + +on: + pull_request: + types: + - opened + issues: + types: + - opened + +permissions: + issues: write + pull-requests: write + +jobs: + greeting: + name: Greet First-Time Contributors + runs-on: ubuntu-latest + + steps: + - uses: actions/first-interaction@v3 + with: + issue_message: | + # Issue Message with Markdown + + This is the message that will be displayed! + pr_message: | + # PR Message with Markdown + + This is the message that will be displayed!