mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-29 05:15:06 +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
|
||||
day: tuesday
|
||||
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:
|
||||
- name: default
|
||||
conditions:
|
||||
@@ -7,7 +8,7 @@ queue_rules:
|
||||
pull_request_rules:
|
||||
- name: Automatically merge on CI success and review approval
|
||||
conditions:
|
||||
- base~=master|integ-tests
|
||||
- base~=master|v1-node16|integ-tests
|
||||
- "#approved-reviews-by>=1"
|
||||
- -approved-reviews-by~=author
|
||||
- status-success=Run Unit Tests
|
||||
@@ -23,7 +24,7 @@ pull_request_rules:
|
||||
|
||||
- name: Automatically approve and merge Dependabot PRs
|
||||
conditions:
|
||||
- base=master
|
||||
- base~=master|v1-node16
|
||||
- author=dependabot[bot]
|
||||
- status-success=Run Unit Tests
|
||||
- -title~=(WIP|wip)
|
||||
|
||||
+1
-1
@@ -59,6 +59,6 @@ outputs:
|
||||
aws-account-id:
|
||||
description: 'The AWS account ID for the provided credentials'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/cleanup/index.js'
|
||||
|
||||
Reference in New Issue
Block a user