From d6058a8ca0d677defe6d31e7a1f7732615129fe6 Mon Sep 17 00:00:00 2001
From: kdoroszko-splunk <147069837+kdoroszko-splunk@users.noreply.github.com>
Date: Tue, 5 Dec 2023 13:36:54 +0100
Subject: [PATCH] Update welcome.yml

Update 2
---
 .github/workflows/welcome.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml
index dfaa776..a799e30 100644
--- a/.github/workflows/welcome.yml
+++ b/.github/workflows/welcome.yml
@@ -8,3 +8,8 @@ jobs:
   build:
     name: Post welcome comment
     runs-on: ubuntu-latest
+    steps:
+      - run: gh pr comment $PR_URL --body "Welcome to the repository!"
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          PR_URL: ${{ github.event.pull_request.html_url }}