From 2d6b3780490c36d5cdcad031ae0794f516b2ec4c Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Fri, 3 Apr 2026 10:36:43 -0400 Subject: [PATCH] fix typos with welcome.yaml that lead to invalid links Signed-off-by: Kevin Hannon --- .github/workflows/welcome.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index 208906cf4..8bf78fb84 100644 --- a/.github/workflows/welcome.yaml +++ b/.github/workflows/welcome.yaml @@ -57,9 +57,9 @@ jobs: `Welcome to AICR, @${creator}! Thanks for opening your first issue.`, '', 'A maintainer will triage this shortly. In the meantime:', - '- Check the [Contributing Guide](../blob/main/CONTRIBUTING.md) for project conventions', - '- Browse existing [labels](../../labels) for related topics', - '- Join the conversation in [Discussions](../../discussions) for questions', + `- Check the [Contributing Guide](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CONTRIBUTING.md) for project conventions`, + `- Browse existing [labels](https://github.com/${context.repo.owner}/${context.repo.repo}/labels) for related topics`, + `- Join the conversation in [Discussions](https://github.com/${context.repo.owner}/${context.repo.repo}/discussions) for questions`, ].join('\n'), }); } @@ -87,7 +87,7 @@ jobs: `Welcome to AICR, @${creator}! Thanks for your first pull request.`, '', 'Before review, please ensure:', - '- All commits are signed off per the [DCO](../blob/main/CONTRIBUTING.md#developer-certificate-of-origin)', + `- All commits are signed off per the [DCO](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CONTRIBUTING.md#developer-certificate-of-origin)`, '- CI checks pass (tests, lint, security scan)', '- The PR description explains the *why* behind your changes', '',