Skip to content

Commit 2b0e0fa

Browse files
authored
Update welcome.yml
Add a job to your workflow file
1 parent d3ccee4 commit 2b0e0fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/welcome.yml

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

0 commit comments

Comments
 (0)