File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ permissions:
1111jobs :
1212 update-docs :
1313 runs-on : ubuntu-latest
14- if : github.repository_owner == 'expressjs'
1514 steps :
1615 - uses : actions/checkout@v4
1716 - name : Set up Node.js
2423 bash ./get-contributing.sh
2524 bash ./get-readmes.sh
2625 node ./get-express-version.mjs
27- - name : Create Pull Request
28- uses : gr2m/create-or-update-pull-request-action@v1
29- env :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31- with :
32- commit-message : update external docs
33- title : ' Update external docs'
34- body : >
35- This auto-generated PR updates external documentation to the expressjs.com repository.
36- labels : doc
37- team_reviewers : expressjs/docs-wg
38- branch : external-docs-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments