Skip to content

Commit

Permalink
Merge pull request #525 from aws-actions/peterwoodworth/node16announc…
Browse files Browse the repository at this point in the history
…ement

chore: announce v1-node16 branch and update automation
  • Loading branch information
kellertk authored Oct 13, 2022
2 parents 5e8f93f + bf1b24f commit 298d89e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

<!-- toc -->
Expand Down

0 comments on commit 298d89e

Please sign in to comment.