Skip to content

Commit 592f1b7

Browse files
committed
chore: Change repo URL to the new location
1 parent 5bd0166 commit 592f1b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+540
-540
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
22

3-
* @awslabs/aws-lambda-powertools-typescript
3+
* @aws-powertools/lambda-typescript

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for submitting a bug report. Before you start, make sure that [the bug hasn't been reported already](https://github.com/awslabs/aws-lambda-powertools-typescript/issues).
9+
Thank you for submitting a bug report. Before you start, make sure that [the bug hasn't been reported already](https://github.com/aws-powertools/lambda-typescript/issues).
1010
1111
Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
1212
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/awslabs/aws-lambda-powertools-typescript/discussions/new
4+
url: https://github.com/aws-powertools/lambda-typescript/discussions/new
55
about: Ask a general question about Lambda Powertools
66
- name: Join Community Discord Server
77
url: https://discord.gg/B8zZKbbyET

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!---
22
Instructions:
3-
1. Make sure you follow our Contributing Guidelines: https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/CONTRIBUTING.md
3+
1. Make sure you follow our Contributing Guidelines: https://github.com/aws-powertools/lambda-typescript/blob/main/CONTRIBUTING.md
44
2. Please follow the template, and do not remove any section/item. If something is not applicable leave it empty, but leave it in the PR.
55
3. -->
66

@@ -34,7 +34,7 @@ Note: If no issue is present the PR might get blocked and not be reviewed.
3434
- [ ] I have made corresponding changes to the *documentation*
3535
- [ ] My changes generate *no new warnings*
3636
- [ ] I have *added tests* that prove my change is effective and works
37-
- [ ] The PR title follows the [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/semantic.yml#L2)
37+
- [ ] The PR title follows the [conventional commit semantics](https://github.com/aws-powertools/lambda-typescript/blob/main/.github/semantic.yml#L2)
3838

3939
### Breaking change checklist
4040

.github/boring-cyborg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ labelPRBasedOnFilePath:
158158

159159
##### Greetings ########################################################################################################
160160
firstPRWelcomeComment: >
161-
Thanks a lot for your first contribution! Please check out our [contributing guidelines](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/chore/pr_automation/CONTRIBUTING.md) and don't hesitate to ask whatever you need.
161+
Thanks a lot for your first contribution! Please check out our [contributing guidelines](https://github.com/aws-powertools/lambda-typescript/blob/chore/pr_automation/CONTRIBUTING.md) and don't hesitate to ask whatever you need.
162162
163163
In the meantime, check out the #typescript channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET)
164164

.github/scripts/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = Object.freeze({
3131
"LABEL_RELEASED": "status/completed",
3232

3333
/** @type {string} */
34-
"HANDLE_MAINTAINERS_TEAM": "@awslabs/aws-lambda-powertools-typescript",
34+
"HANDLE_MAINTAINERS_TEAM": "@aws-powertools/lambda-typescript",
3535

3636
/** @type {string[]} */
3737
"IGNORE_AUTHORS": ["dependabot[bot]"],

.github/workflows/dispatch_analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
dispatch_token:
26-
if: github.repository == 'awslabs/aws-lambda-powertools-typescript'
26+
if: github.repository == 'aws-powertools/lambda-typescript'
2727
concurrency:
2828
group: analytics
2929
runs-on: ubuntu-latest

.github/workflows/reusable-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Reusable Publish docs
22

33
env:
44
BRANCH: main
5-
ORIGIN: awslabs/aws-lambda-powertools-typescript
5+
ORIGIN: aws-powertools/lambda-typescript
66
VERSION: ""
77

88
on:

.github/workflows/reusable_export_pr_details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
jobs:
3737
export_pr_details:
3838
# see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
39-
if: inputs.workflow_origin == 'awslabs/aws-lambda-powertools-typescript'
39+
if: inputs.workflow_origin == 'aws-powertools/lambda-typescript'
4040
runs-on: ubuntu-latest
4141
env:
4242
FILENAME: pr.txt

CHANGELOG.md

Lines changed: 134 additions & 134 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)