Skip to content

Commit 7457000

Browse files
authored
Add GitHub Actions workflow for welcome comments
1 parent bd00618 commit 7457000

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Post welcome comment
2+
on:
3+
pull_request:
4+
types: [opened]
5+
permissions: write

0 commit comments

Comments
 (0)