Skip to content

Commit c5a4550

Browse files
authored
awslabs to aws (#121)
1 parent 17c8ae2 commit c5a4550

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/changelog-verification/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
uses: actions/checkout@v4
99

1010
- name: Setup kat
11-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
11+
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
1212

1313
- name: Check for new changelog entry
1414
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog') }}

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Merge main
12-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
12+
uses: aws/aws-kotlin-repo-tools/.github/actions/merge-main@main
1313
with:
1414
ci-user-pat: ${{ secrets.CI_USER_PAT }}
1515
exempt-branches: # Add any if required

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @awslabs/aws-sdk-kotlin-sde
1+
* @aws/aws-sdk-kotlin-team

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fun Project.skipPublishing() {
8686
}
8787

8888
// TODO Remove this once aws-sdk-kotlin migrates to Central Portal
89-
fun Project.configureNexusPublishing(repoName: String, githubOrganization: String = "awslabs") {
89+
fun Project.configureNexusPublishing(repoName: String, githubOrganization: String = "aws") {
9090
val project = this
9191
apply(plugin = "maven-publish")
9292

@@ -187,7 +187,7 @@ fun Project.configureNexusPublishing(repoName: String, githubOrganization: Strin
187187
* @param repoName the repository name (e.g. `smithy-kotlin`, `aws-sdk-kotlin`, etc)
188188
* @param githubOrganization the name of the GitHub organization that [repoName] is located in
189189
*/
190-
fun Project.configurePublishing(repoName: String, githubOrganization: String = "awslabs") {
190+
fun Project.configurePublishing(repoName: String, githubOrganization: String = "aws") {
191191
val project = this
192192
apply(plugin = "maven-publish")
193193

0 commit comments

Comments
 (0)