Rename master to main

This commit is contained in:
Tom Keller
2023-03-06 17:01:09 -08:00
parent e1e17a757e
commit ffc08eae73
5 changed files with 7 additions and 7 deletions

View File

@@ -4,6 +4,6 @@
--- ---
* [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws-actions/configure-aws-credentials/blob/master/CONTRIBUTING.md) * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws-actions/configure-aws-credentials/blob/main/CONTRIBUTING.md)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

View File

@@ -6,4 +6,4 @@ updates:
interval: weekly interval: weekly
day: tuesday day: tuesday
open-pull-requests-limit: 10 open-pull-requests-limit: 10
target-branch: 'master' target-branch: 'main'

View File

@@ -3,7 +3,7 @@ name: Update dist files on
on: on:
push: push:
branches: branches:
- master - main
paths-ignore: paths-ignore:
- 'dist/**' - 'dist/**'

View File

@@ -7,7 +7,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~=main|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 +23,7 @@ pull_request_rules:
- name: Automatically approve and merge Dependabot PRs - name: Automatically approve and merge Dependabot PRs
conditions: conditions:
- base~=master - base~=main
- author=dependabot[bot] - author=dependabot[bot]
- status-success=Run Unit Tests - status-success=Run Unit Tests
- -title~=(WIP|wip) - -title~=(WIP|wip)

View File

@@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
## Contributing via Pull Requests ## Contributing via Pull Requests
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that: Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
1. You are working against the latest source on the *master* branch. 1. You are working against the latest source on the *main* branch.
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already. 2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3. You open an issue to discuss any significant work - we would hate for your time to be wasted. 3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
## Licensing ## Licensing
See the [LICENSE](https://github.com/aws-actions/configure-aws-credentials/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. See the [LICENSE](https://github.com/aws-actions/configure-aws-credentials/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.