Skip to content

Commit 13e5050

Browse files
authored
Add welcome job to GitHub Actions workflow
Add a job to post a welcome comment on pull requests.
1 parent b01d041 commit 13e5050

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ on:
44
types: [opened]
55
permissions:
66
pull-requests: write
7+
jobs:
8+
welcome:
9+
name: Post welcome comment
10+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)