Skip to content

Commit 9bf8216

Browse files
committed
awslabs to aws
1 parent 8ddaa48 commit 9bf8216

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
@@ -87,7 +87,7 @@ fun Project.skipPublishing() {
8787
}
8888

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

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

0 commit comments

Comments
 (0)