From 5ecef9fd5f8908026f80cee7caedfd37b311710f Mon Sep 17 00:00:00 2001 From: James Ralston Date: Mon, 23 Oct 2023 14:55:39 -0700 Subject: [PATCH] Update welcome.yml --- .github/workflows/welcome.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 6c9a6eb..dfaa776 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -4,3 +4,7 @@ on: types: [opened] permissions: pull-requests: write +jobs: + build: + name: Post welcome comment + runs-on: ubuntu-latest