Skip to content

Commit ffc08ea

Browse files
committed
Rename master to main
1 parent e1e17a7 commit ffc08ea

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
---
66

7-
* [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws-actions/configure-aws-credentials/blob/master/CONTRIBUTING.md)
7+
* [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws-actions/configure-aws-credentials/blob/main/CONTRIBUTING.md)
88

99
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
interval: weekly
77
day: tuesday
88
open-pull-requests-limit: 10
9-
target-branch: 'master'
9+
target-branch: 'main'

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update dist files on
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- 'dist/**'
99

.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~=main|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~=main
2727
- author=dependabot[bot]
2828
- status-success=Run Unit Tests
2929
- -title~=(WIP|wip)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
2323
## Contributing via Pull Requests
2424
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2525

26-
1. You are working against the latest source on the *master* branch.
26+
1. You are working against the latest source on the *main* branch.
2727
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2828
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2929

@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
5656

5757
## Licensing
5858

59-
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.
59+
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.
6060

6161
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

0 commit comments

Comments
 (0)