From 9951a62fca3e08ee60f1e9a495610cf0198f8c65 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:01:35 +0100 Subject: [PATCH] fix(all-in-one): add go to PR link (#30) --- scaffolder-templates/all-in-one/template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scaffolder-templates/all-in-one/template.yaml b/scaffolder-templates/all-in-one/template.yaml index 242cb9c..2ec4ba0 100644 --- a/scaffolder-templates/all-in-one/template.yaml +++ b/scaffolder-templates/all-in-one/template.yaml @@ -134,3 +134,7 @@ spec: ## Initialize [GitHub Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates). Configures Dependabot to create regular update PRs. + output: + links: + - url: ${{steps.publish.output.remoteUrl}} + title: "Go to PR"