File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,14 @@ name: NodeJS with Gulp
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
7- branches : [ main ]
7+ branches : [main]
88
9+ permissions :
10+ pull-requests : write
11+ contents : write
12+
913jobs :
1014 build :
1115 runs-on : ubuntu-latest
@@ -23,11 +27,16 @@ jobs:
2327
2428 - name : Build gulp
2529 run : gulp
26-
30+
2731 - name : Create Pull Request
2832 uses : peter-evans/create-pull-request@v6
29- # with: // Ok Version 6.1.0
30- # GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)
31- # token:
32- # optional, default is ${{ github.token }}
33- # Relative path under $GITHUB_WORKSPACE to the repository. Defaults to $GITHUB_WORKSPACE.
33+ with :
34+ commit-message : Update github page
35+ title : Update github page
36+ body : |
37+ - Updates the github page for changes on `main`
38+
39+ Auto-generated by [create-pull-request][1]
40+
41+ [1]: https://github.com/peter-evans/create-pull-request
42+ branch : update-github-page
You can’t perform that action at this time.
0 commit comments