From 0ec7a112dc93bdc0048bcf8a9c6b2d2c9b168139 Mon Sep 17 00:00:00 2001 From: Dhamo1107 <101543595+Dhamo1107@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:10:33 +0530 Subject: [PATCH] Create welcome.yml --- .github/workflows/welcome.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/welcome.yml diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml new file mode 100644 index 0000000..6c9a6eb --- /dev/null +++ b/.github/workflows/welcome.yml @@ -0,0 +1,6 @@ +name: Post welcome comment +on: + pull_request: + types: [opened] +permissions: + pull-requests: write