Skip to content

Commit 6c71db4

Browse files
committed
chore(ci): updated links to new repo
1 parent 43af0e1 commit 6c71db4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
options:
3939
- label: This feature request meets [Powertools for AWS Lambda (.NET) Tenets](https://docs.powertools.aws.dev/lambda-dotnet/tenets)
4040
required: true
41-
- 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 [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
41+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Python](https://github.com/aws-powertools/aws-lambda-powertools-python), [Java](https://github.com/aws-powertools/aws-lambda-powertools-java), and [TypeScript](https://github.com/aws-powertools/aws-lambda-powertools-typescript)
4242
required: false
4343
- type: markdown
4444
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

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

.github/workflows/reusable_export_pr_details.yml

Lines changed: 2 additions & 2 deletions
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/aws-lambda-powertools-python/issues/1349
1111
description: "Repository full name for runner integrity"
1212
required: true
1313
type: string
@@ -38,7 +38,7 @@ on:
3838

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

0 commit comments

Comments
 (0)