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