Skip to content

Commit e7fcb03

Browse files
Update welcome.yml. Added jobs.
Added a "build" join to my workflow.
1 parent 2c6c7d9 commit e7fcb03

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
//Give my workflow a name
21
name: Post welcome comment
3-
//My workflow will execute whenever someone opens a pull request in my repository
42
on:
53
pull_request:
64
types: [opened]
7-
//Assigns the workflow permissions to operate on the repository
85
permissions:
9-
pull-requests: write //gives the workflow permission to write to pull requests.
6+
pull-requests: write
7+
jobs:
8+
build:
9+
name: Post welcome comment
10+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)