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