Skip to content

Commit 6a1a109

Browse files
authored
Update npm-gulp.yml
1 parent 733766a commit 6a1a109

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/workflows/npm-gulp.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ name: NodeJS with Gulp
22

33
on:
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+
913
jobs:
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

0 commit comments

Comments
 (0)