Skip to content

Commit b322ecf

Browse files
committed
chore: Change repo URL to the new location
1 parent c6fb0b4 commit b322ecf

Some content is hidden

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

41 files changed

+1306
-1306
lines changed

.chglog/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/awslabs/aws-lambda-powertools-python
5+
repository_url: https://github.com/aws-powertools/lambda-python
66
options:
77
commits:
88
filters:

.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-python
3+
* @aws-powertools/lambda-python

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
1010
11-
Please become familiar with [our definition of bug](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/MAINTAINERS.md#is-that-a-bug).
11+
Please become familiar with [our definition of bug](https://github.com/aws-powertools/lambda-python/blob/develop/MAINTAINERS.md#is-that-a-bug).
1212
- type: textarea
1313
id: expected_behaviour
1414
attributes:

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/awslabs/aws-lambda-powertools-python/discussions/new
4+
url: https://github.com/aws-powertools/lambda-python/discussions/new
55
about: Ask a general question about Lambda Powertools

.github/ISSUE_TEMPLATE/static_typing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for submitting a static typing report. Please add as much information as possible to help us reproduce.
1010
11-
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/mypy.ini).
11+
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/aws-powertools/lambda-python/blob/develop/mypy.ini).
1212
- type: dropdown
1313
id: tool
1414
attributes:

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If your change doesn't seem to apply, please leave them unchecked.
1919
* [ ] I have performed a self-review of this change
2020
* [ ] Changes have been tested
2121
* [ ] Changes are documented
22-
* [ ] PR title follows [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/.github/semantic.yml)
22+
* [ ] PR title follows [conventional commit semantics](https://github.com/aws-powertools/lambda-python/blob/develop/.github/semantic.yml)
2323

2424
<details>
2525
<summary>Is this a breaking change?</summary>

.github/scripts/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = Object.freeze({
3131
"LABEL_PENDING_RELEASE": "pending-release",
3232

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

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

.github/scripts/label_missing_acknowledgement_section.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = async ({github, context, core}) => {
2323
if (isMatch == null) {
2424
core.info(`No acknowledgement section found, maybe the author didn't use the template but there is one.`)
2525

26-
let msg = "No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment";
26+
let msg = "No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/aws-powertools/lambda-python/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment";
2727
await github.rest.issues.createComment({
2828
owner: context.repo.owner,
2929
repo: context.repo.repo,

.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-python'
26+
if: github.repository == 'aws-powertools/lambda-python'
2727
concurrency:
2828
group: analytics
2929
runs-on: ubuntu-latest

.github/workflows/on_closed_issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
### ⚠️COMMENT VISIBILITY WARNING⚠️
1414
This issue is now closed. Please be mindful that future comments are hard for our team to see.
1515
16-
If you need more assistance, please either tag a [team member](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/MAINTAINERS.md#current-maintainers) or open a new issue that references this one.
16+
If you need more assistance, please either tag a [team member](https://github.com/aws-powertools/lambda-python/blob/develop/MAINTAINERS.md#current-maintainers) or open a new issue that references this one.
1717
1818
If you wish to keep having a conversation with other community members under this issue feel free to do so.

.github/workflows/reusable_export_pr_details.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: "Record PR workflow execution ID to download PR details"
88
required: true
99
type: number
10-
workflow_origin: # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
10+
workflow_origin: # see https://github.com/aws-powertools/lambda-python/issues/1349
1111
description: "Repository full name for runner integrity"
1212
required: true
1313
type: string
@@ -38,8 +38,8 @@ on:
3838

3939
jobs:
4040
export_pr_details:
41-
# see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
42-
if: inputs.workflow_origin == 'awslabs/aws-lambda-powertools-python'
41+
# see https://github.com/aws-powertools/lambda-python/issues/1349
42+
if: inputs.workflow_origin == 'aws-powertools/lambda-python'
4343
runs-on: ubuntu-latest
4444
env:
4545
FILENAME: pr.txt

.github/workflows/reusable_publish_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Reusable publish documentation
22

33
env:
4-
ORIGIN: awslabs/aws-lambda-powertools-python
4+
ORIGIN: aws-powertools/lambda-python
55

66
on:
77
workflow_call:

0 commit comments

Comments
 (0)