Skip to content

Commit ce5d787

Browse files
authored
chore: migrate repo from awslabs to aws (#1675)
* awslabs to aws * codeowners * temporally use old staging repo * update staging repo github reference * smithy version bump * smithy version bump
1 parent f75cf10 commit ce5d787

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 💬 General Question
4-
url: https://github.com/awslabs/aws-sdk-kotlin/discussions/new/choose
4+
url: https://github.com/aws/aws-sdk-kotlin/discussions/new/choose
55
about: Please ask and answer questions as a discussion thread

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
uses: actions/checkout@v4
1010
with:
1111
path: 'aws-kotlin-repo-tools'
12-
repository: 'awslabs/aws-kotlin-repo-tools'
12+
repository: 'aws/aws-kotlin-repo-tools'
1313
ref: '0.4.2'
1414
sparse-checkout: |
1515
.github

.github/scripts/run-codebuild-batch-job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ START_RESULT=$(
9595
--project-name ${PROJECT_NAME} \
9696
--source-version $SOURCE_VERSION \
9797
--environment-variables-override file:///tmp/gh_env_vars.json \
98-
--source-location-override "https://github.com/awslabs/$GITHUB_REPOSITORY_NO_ORG.git"
98+
--source-location-override "https://github.com/aws/$GITHUB_REPOSITORY_NO_ORG.git"
9999
)
100100

101101
if [ "$?" != "0" ]; then

.github/workflows/changelog-verification.yml

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

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

.github/workflows/codebuild-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
8787
aws-region: us-west-2
8888
- name: Configure Gradle
89-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
89+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
9090
- name: Run Service Check Batch and Calculate Artifact Size Metrics
9191
id: svc-check-batch
9292
run: |
@@ -144,7 +144,7 @@ jobs:
144144
run: ./gradlew analyzeArtifactSizeMetrics
145145

146146
- name: Show Results
147-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
147+
uses: aws/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
148148

149149
- name: Evaluate Result
150150
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
@@ -168,7 +168,7 @@ jobs:
168168
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
169169
aws-region: us-west-2
170170
- name: Configure Gradle
171-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
171+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
172172
- name: Calculate Artifact Size Metrics
173173
id: svc-check-batch
174174
run: |

.github/workflows/codegen-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: 'aws-sdk-kotlin'
4949
- uses: actions/checkout@v4
5050
with:
51-
repository: 'awslabs/aws-kotlin-repo-tools'
51+
repository: 'aws/aws-kotlin-repo-tools'
5252
path: 'aws-kotlin-repo-tools'
5353
- uses: actions/checkout@v4
5454
with:

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Build
3737
uses: ./aws-sdk-kotlin/.github/actions/setup-build
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: ./aws-sdk-kotlin
4242
- name: Test
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Build
6868
uses: ./aws-sdk-kotlin/.github/actions/setup-build
6969
- name: Configure Gradle - smithy-kotlin
70-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
70+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
7171
with:
7272
working-directory: ./smithy-kotlin
7373
- name: Disable native builds # FIXME remove this step once K/N is merged
@@ -86,7 +86,7 @@ jobs:
8686
./gradlew --parallel assemble
8787
./gradlew publishToMavenLocal
8888
- name: Configure Gradle aws-sdk-kotlin
89-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
89+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
9090
with:
9191
working-directory: ./aws-sdk-kotlin
9292
- name: Test

.github/workflows/kat-transform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
aws-region: us-west-2
4040

4141
- name: Configure Gradle
42-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
42+
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
4343
with:
4444
working-directory: ./aws-sdk-kotlin
4545

4646
- name: Setup kat
47-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
47+
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
4848

4949
- name: Build
5050
working-directory: ./aws-sdk-kotlin

.github/workflows/lint.yml

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

.github/workflows/merge-main.yml

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

0 commit comments

Comments
 (0)