We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6c7d9 commit e7fcb03Copy full SHA for e7fcb03
1 file changed
.github/workflows/welcome.yml
@@ -1,9 +1,10 @@
1
-//Give my workflow a name
2
name: Post welcome comment
3
-//My workflow will execute whenever someone opens a pull request in my repository
4
on:
5
pull_request:
6
types: [opened]
7
- //Assigns the workflow permissions to operate on the repository
8
permissions:
9
- pull-requests: write //gives the workflow permission to write to pull requests.
+ pull-requests: write
+ jobs:
+ build:
+ name: Post welcome comment
10
+ runs-on: ubuntu-latest
0 commit comments