Skip to content

Commit 49928fc

Browse files
authored
Update update-external-docs.yml
Change action file
1 parent 993111b commit 49928fc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/update-external-docs.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111
jobs:
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
@@ -24,15 +23,3 @@ jobs:
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 }}

0 commit comments

Comments
 (0)