From f2b6a9ec3994f5de20c5f24747791b8db8d67ad6 Mon Sep 17 00:00:00 2001 From: Md Shamserul Haque <44093151+ShamserulAwsGeek@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:46:58 +0530 Subject: [PATCH] Adding job to workflow file --- .github/workflows/welcome.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 6c9a6eb..fc9c59b 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -4,3 +4,13 @@ on: types: [opened] permissions: pull-requests: write + name: Post welcome comment +on: + pull_request: + types: [opened] +permissions: + pull-requests: write +jobs: + build: + name: Post welcome comment + runs-on: ubuntu-latest