Skip to content

Commit c994a02

Browse files
authored
chore: migrate repo from awslabs to aws (#1400)
1 parent cda5e0b commit c994a02

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
3333
aws-region: us-west-2
3434
- name: Configure Gradle
35-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
35+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
3636
- name: Generate Artifact Size Metrics
3737
run: ./gradlew artifactSizeMetrics
3838
- name: Save Artifact Size Metrics
@@ -56,14 +56,14 @@ jobs:
5656
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
5757
aws-region: us-west-2
5858
- name: Configure Gradle
59-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
59+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
6060
- name: Generate Artifact Size Metrics
6161
run: ./gradlew artifactSizeMetrics
6262
- name: Analyze Artifact Size Metrics
6363
run: ./gradlew analyzeArtifactSizeMetrics
6464

6565
- name: Show Results
66-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
66+
uses: aws/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
6767

6868
- name: Evaluate
6969
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
@@ -73,4 +73,4 @@ jobs:
7373
echo An artifact increased in size by more than allowed or a new artifact was created.
7474
echo If this is expected please add the 'acknowledge-artifact-size-increase' label to this pull request.
7575
exit 1
76-
}
76+
}

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
aws-region: us-west-2
2323

2424
- name: Verify changelog
25-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
25+
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java-version: 17
4141
cache: 'gradle'
4242
- name: Configure Gradle
43-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
43+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
4444
- name: Test
4545
shell: bash
4646
run: |
@@ -62,7 +62,7 @@ jobs:
6262
java-version: 17
6363
cache: 'gradle'
6464
- name: Configure Gradle
65-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
65+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
6666
- name: Test
6767
shell: bash
6868
run: |
@@ -88,7 +88,7 @@ jobs:
8888
java-version: 17
8989
cache: 'gradle'
9090
- name: Configure Gradle
91-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
91+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
9292
- name: Test
9393
shell: bash
9494
run: |
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@v4
107107
with:
108108
path: 'aws-kotlin-repo-tools'
109-
repository: 'awslabs/aws-kotlin-repo-tools'
109+
repository: 'aws/aws-kotlin-repo-tools'
110110
ref: '0.2.3'
111111
sparse-checkout: |
112112
.github
@@ -115,13 +115,13 @@ jobs:
115115
with:
116116
# smithy-kotlin is checked out as a sibling dir which will automatically make it an included build
117117
path: 'aws-sdk-kotlin'
118-
repository: 'awslabs/aws-sdk-kotlin'
118+
repository: 'aws/aws-sdk-kotlin'
119119
- name: Configure Gradle - smithy-kotlin
120-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
120+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
121121
with:
122122
working-directory: ./smithy-kotlin
123123
- name: Configure Gradle - aws-sdk-kotlin
124-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
124+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
125125
with:
126126
working-directory: ./aws-sdk-kotlin
127127
- name: Configure JDK

.github/workflows/kat-transform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
aws-region: us-west-2
3737

3838
- name: Configure Gradle
39-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
39+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
4040
with:
4141
working-directory: ./smithy-kotlin
4242

4343
- name: Setup kat
44-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
44+
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
4545

4646
- name: Configure JDK
4747
uses: actions/setup-java@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout sources
2323
uses: actions/checkout@v2
2424
- name: Configure Gradle
25-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
25+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
2626
- name: Lint ${{ env.PACKAGE_NAME }}
2727
run: |
2828
./gradlew ktlint

.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

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Configure Gradle
19-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
19+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
2020

2121
- name: Build smithy-kotlin
2222
run: ./gradlew test jvmTest

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ operating system, run `./gradlew build`.
168168

169169
#### CI downstream
170170

171-
This repo is a core dependency of [**aws-sdk-kotlin**](https://github.com/awslabs/aws-sdk-kotlin) and many changes made
171+
This repo is a core dependency of [**aws-sdk-kotlin**](https://github.com/aws/aws-sdk-kotlin) and many changes made
172172
here could impact that repo as well. To ensure that **aws-sdk-kotlin** continues to function correctly, we run a
173173
downstream CI check that builds both code bases in a shared workspace. To run this check locally, check out both
174174
repositories into subdirectories of the same parent, build/publish **smithy-kotlin** followed by
@@ -178,7 +178,7 @@ repositories into subdirectories of the same parent, build/publish **smithy-kotl
178178
mkdir path/to/workspace # create a new directory to hold both repositories
179179
cd path/to/workspace
180180
git clone -b branch-name https://github.com/smithy-lang/smithy-kotlin.git # replace branch-name as appropriate
181-
git clone -b branch-name https://github.com/awslabs/aws-sdk-kotlin.git # replace branch-name as appropriate
181+
git clone -b branch-name https://github.com/aws/aws-sdk-kotlin.git # replace branch-name as appropriate
182182
cd smithy-kotlin
183183
./gradlew build publishToMavenLocal
184184
cd ../aws-sdk-kotlin

0 commit comments

Comments
 (0)