diff --git a/.github/scripts/label_missing_acknowledgement_section.js b/.github/scripts/label_missing_acknowledgement_section.js index 9b8e1b07f2..d066d8bf87 100644 --- a/.github/scripts/label_missing_acknowledgement_section.js +++ b/.github/scripts/label_missing_acknowledgement_section.js @@ -30,7 +30,7 @@ module.exports = async ({ github, context, core }) => { ); const 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/powertools-lambda-python/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment"; + "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/powertools-lambda-typescript/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment"; await Promise.allSettled([ github.rest.issues.createComment({ diff --git a/.github/workflows/reusable_publish_docs.yml b/.github/workflows/reusable_publish_docs.yml index cc44046321..1733a9d2b9 100644 --- a/.github/workflows/reusable_publish_docs.yml +++ b/.github/workflows/reusable_publish_docs.yml @@ -39,7 +39,7 @@ permissions: jobs: publish_docs: - if: github.repository == 'aws-powertools/powertools-lambda-python' + if: github.repository == 'aws-powertools/powertools-lambda-typescript' # Force Github action to run only a single job at a time (based on the group name) # This is to prevent "race-condition" in publishing a new version of doc to `gh-pages` concurrency: