mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
Merge pull request #524 from kellertk/v1-node16
fix: temporarily bump node version to 16
This commit is contained in:
@@ -6,3 +6,12 @@ updates:
|
|||||||
interval: weekly
|
interval: weekly
|
||||||
day: tuesday
|
day: tuesday
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
target-branch: 'master'
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: tuesday
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
target-branch: 'v1-node16'
|
||||||
|
|
||||||
+3
-2
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
queue_rules:
|
queue_rules:
|
||||||
- name: default
|
- name: default
|
||||||
conditions:
|
conditions:
|
||||||
@@ -7,7 +8,7 @@ queue_rules:
|
|||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatically merge on CI success and review approval
|
- name: Automatically merge on CI success and review approval
|
||||||
conditions:
|
conditions:
|
||||||
- base~=master|integ-tests
|
- base~=master|v1-node16|integ-tests
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
- -approved-reviews-by~=author
|
- -approved-reviews-by~=author
|
||||||
- status-success=Run Unit Tests
|
- status-success=Run Unit Tests
|
||||||
@@ -23,7 +24,7 @@ pull_request_rules:
|
|||||||
|
|
||||||
- name: Automatically approve and merge Dependabot PRs
|
- name: Automatically approve and merge Dependabot PRs
|
||||||
conditions:
|
conditions:
|
||||||
- base=master
|
- base~=master|v1-node16
|
||||||
- author=dependabot[bot]
|
- author=dependabot[bot]
|
||||||
- status-success=Run Unit Tests
|
- status-success=Run Unit Tests
|
||||||
- -title~=(WIP|wip)
|
- -title~=(WIP|wip)
|
||||||
|
|||||||
+1
-1
@@ -59,6 +59,6 @@ outputs:
|
|||||||
aws-account-id:
|
aws-account-id:
|
||||||
description: 'The AWS account ID for the provided credentials'
|
description: 'The AWS account ID for the provided credentials'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
post: 'dist/cleanup/index.js'
|
post: 'dist/cleanup/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user