diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index 208906cf..8bf78fb8 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', '',