From 59e17413a1883ebd0a4c9340c5d5a348fbc9d9ee Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Thu, 13 Oct 2022 13:37:46 -0700 Subject: [PATCH 1/2] announce v1-node16 branch and update automation on master --- .github/dependabot.yml | 8 ++++++++ .mergify.yml | 4 ++-- README.md | 3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d853f807a..c76a8c6e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,11 @@ 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' diff --git a/.mergify.yml b/.mergify.yml index db3608c0e..a9a8fe136 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,7 +7,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 +23,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) diff --git a/README.md b/README.md index faf5d5c20..26de1fa03 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Configure AWS credential and region environment variables for use in other GitHub Actions. The environment variables will be detected by both the AWS SDKs and the AWS CLI to determine the credentials and region to use for AWS API calls. +## NOTICE: node12 deprecation warning +Github actions has recently started throwing warning messages regarding the deprecation of Node 12. If you would like to stop seeing this warning, configure your action to use `aws-actions/configure-aws-credentials@v1-node16`. Both the `v1` branch and the `v1-node16` branch will receive the same updates moving forward. See [this issue](https://github.com/aws-actions/configure-aws-credentials/issues/489) for more information on this topic. + **Table of Contents** From bf1b24f227c65977771b42f2a38c2b4be3127d49 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Thu, 13 Oct 2022 13:44:39 -0700 Subject: [PATCH 2/2] address fixes --- .mergify.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a9a8fe136..1439301ac 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -23,7 +23,7 @@ pull_request_rules: - name: Automatically approve and merge Dependabot PRs conditions: - - base=master|v1-node16 + - base~=master|v1-node16 - author=dependabot[bot] - status-success=Run Unit Tests - -title~=(WIP|wip) diff --git a/README.md b/README.md index 26de1fa03..290f42442 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Configure AWS credential and region environment variables for use in other GitHub Actions. The environment variables will be detected by both the AWS SDKs and the AWS CLI to determine the credentials and region to use for AWS API calls. ## NOTICE: node12 deprecation warning -Github actions has recently started throwing warning messages regarding the deprecation of Node 12. If you would like to stop seeing this warning, configure your action to use `aws-actions/configure-aws-credentials@v1-node16`. Both the `v1` branch and the `v1-node16` branch will receive the same updates moving forward. See [this issue](https://github.com/aws-actions/configure-aws-credentials/issues/489) for more information on this topic. +GitHub actions has recently started throwing warning messages regarding the deprecation of Node 12. If you would like to stop seeing this warning, configure your action to use `aws-actions/configure-aws-credentials@v1-node16`. Both the `v1` branch and the `v1-node16` branch will receive the same updates moving forward. See [this issue](https://github.com/aws-actions/configure-aws-credentials/issues/489) for more information on this topic. **Table of Contents**