From 40241aabb3589731d5e99943204e5499c8bd4593 Mon Sep 17 00:00:00 2001 From: James Ralston Date: Mon, 23 Oct 2023 14:54:24 -0700 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