Skip to content

Commit f564018

Browse files
sthulbdreamorosi
andauthored
chore: Change repo URL to the new location (#1475)
* chore: Change repo URL to the new location * change docs URL * docs * labs * draft name * workflows * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Andrea Amorosi <[email protected]> * chore: fix lint issues --------- Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 3312019 commit f564018

Some content is hidden

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

74 files changed

+701
-702
lines changed

Diff for: .github/CODEOWNERS

+1-1
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

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1-1
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/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

Diff for: .github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
5-
about: Ask a general question about Lambda Powertools
4+
url: https://github.com/aws-powertools/powertools-lambda-typescript/discussions/new
5+
about: Ask a general question about Powertools for AWS Lambda
66
- name: Join Community Discord Server
77
url: https://discord.gg/B8zZKbbyET
88
about: "Check out the #typescript channel"

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ body:
3434
attributes:
3535
label: Acknowledgment
3636
options:
37-
- label: This feature request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
37+
- label: This feature request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://docs.powertools.aws.dev/lambda-typescript/latest/#tenets)
3838
required: true
39-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
39+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/aws-powertools/powertools-lambda-python/), [Java](https://github.com/aws-powertools/powertools-lambda-java/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
4040
required: false
4141
- type: markdown
4242
attributes:

Diff for: .github/ISSUE_TEMPLATE/maintenance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ body:
4848
attributes:
4949
label: Acknowledgment
5050
options:
51-
- label: This request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
51+
- label: This request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://docs.powertools.aws.dev/lambda-typescript/latest/#tenets)
5252
required: true
53-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
53+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/aws-powertools/powertools-lambda-python/), [Java](https://github.com/aws-powertools/powertools-lambda-java/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
5454
required: false
5555
- type: markdown
5656
attributes:

Diff for: .github/ISSUE_TEMPLATE/rfc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ body:
8181
attributes:
8282
label: Acknowledgment
8383
options:
84-
- label: This feature request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
84+
- label: This feature request meets [Powertools for AWS Lambda (TypeScript) Tenets](https://docs.powertools.aws.dev/lambda-typescript/latest/#tenets)
8585
required: true
86-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
86+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/aws-powertools/powertools-lambda-python/), [Java](https://github.com/aws-powertools/powertools-lambda-java/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
8787
required: false
8888
- type: markdown
8989
attributes:

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+3-3
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/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

@@ -28,13 +28,13 @@ Note: If no issue is present the PR might get blocked and not be reviewed.
2828

2929
## Checklist
3030

31-
- [ ] [My changes meet the tenets criteria](https://awslabs.github.io/aws-lambda-powertools-typescript/#tenets)
31+
- [ ] [My changes meet the tenets criteria](https://docs.powertools.aws.dev/lambda-typescript/#tenets)
3232
- [ ] I have performed a *self-review* of my own code
3333
- [ ] I have *commented* my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas
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/powertools-lambda-typescript/blob/main/.github/semantic.yml#L2)
3838

3939
### Breaking change checklist
4040

Diff for: .github/boring-cyborg.yml

+1-1
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/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 Powertools for AWS Lambda Discord: [Invite link](https://discord.gg/B8zZKbbyET)
164164

Diff for: .github/scripts/constants.js

+1-1
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]"],

Diff for: .github/workflows/dispatch_analytics.yml

+1-1
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/powertools-lambda-typescript'
2727
concurrency:
2828
group: analytics
2929
runs-on: ubuntu-latest

Diff for: .github/workflows/reusable-publish-docs.yml

+1-1
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/powertools-lambda-typescript
66
VERSION: ""
77

88
on:

Diff for: .github/workflows/reusable_export_pr_details.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
record_pr_workflow_id:
77
required: true
88
type: number
9-
workflow_origin: # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
9+
workflow_origin: # see https://github.com/aws-powertools/powertools-lambda-python/issues/1349
1010
required: true
1111
type: string
1212
secrets:
@@ -35,8 +35,8 @@ on:
3535

3636
jobs:
3737
export_pr_details:
38-
# see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
39-
if: inputs.workflow_origin == 'awslabs/aws-lambda-powertools-typescript'
38+
# see https://github.com/aws-powertools/powertools-lambda-python/issues/1349
39+
if: inputs.workflow_origin == 'aws-powertools/lambda-typescript'
4040
runs-on: ubuntu-latest
4141
env:
4242
FILENAME: pr.txt

0 commit comments

Comments
 (0)