Skip to content

Commit 298d89e

Browse files
authored
Merge pull request #525 from aws-actions/peterwoodworth/node16announcement
chore: announce v1-node16 branch and update automation
2 parents 5e8f93f + bf1b24f commit 298d89e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ updates:
66
interval: weekly
77
day: tuesday
88
open-pull-requests-limit: 10
9+
target-branch: 'master'
10+
- package-ecosystem: npm
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
day: tuesday
15+
open-pull-requests-limit: 10
16+
target-branch: 'v1-node16'

.mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ queue_rules:
77
pull_request_rules:
88
- name: Automatically merge on CI success and review approval
99
conditions:
10-
- base~=master|integ-tests
10+
- base~=master|v1-node16|integ-tests
1111
- "#approved-reviews-by>=1"
1212
- -approved-reviews-by~=author
1313
- status-success=Run Unit Tests
@@ -23,7 +23,7 @@ pull_request_rules:
2323

2424
- name: Automatically approve and merge Dependabot PRs
2525
conditions:
26-
- base=master
26+
- base~=master|v1-node16
2727
- author=dependabot[bot]
2828
- status-success=Run Unit Tests
2929
- -title~=(WIP|wip)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
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.
44

5+
## NOTICE: node12 deprecation warning
6+
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.
7+
58
**Table of Contents**
69

710
<!-- toc -->

0 commit comments

Comments
 (0)