Skip to content

Commit 2608a84

Browse files
committed
added PR creation
1 parent 26aa32d commit 2608a84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
run: npm ci
3333
- name: CI Self-Check
3434
run: npm run ci:check
35+
- name: Create PR to upgrade CI environments if needed
36+
uses: peter-evans/create-pull-request@v3
37+
with:
38+
title: Upgrade CI environments
39+
body: This is an automated PR to upgrade package versions in CI environments for MongoDB, Node.js.
40+
commit-message: Upgrading versions of MongoDB / Node.js
41+
branch: ci/upgrade-ci-environments
3542
check-lint:
3643
name: Lint
3744
timeout-minutes: 30
@@ -99,6 +106,7 @@ jobs:
99106
NODE_VERSION: 15.8.0
100107
name: ${{ matrix.name }}
101108
timeout-minutes: 30
109+
needs: check-ci
102110
runs-on: ubuntu-18.04
103111
services:
104112
redis:
@@ -147,6 +155,7 @@ jobs:
147155
POSTGRES_IMAGE: postgis/postgis:13-3.1
148156
name: ${{ matrix.name }}
149157
timeout-minutes: 30
158+
needs: check-ci
150159
runs-on: ubuntu-18.04
151160
services:
152161
redis:

0 commit comments

Comments
 (0)