From 3600ea787f982d014caf79e1858e4a8f9424a72f Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:04:30 +0200 Subject: [PATCH] feat: update pull request template URL to specific version --- Taskfile.scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.scripts.yml b/Taskfile.scripts.yml index c7e322d..78e5b2f 100644 --- a/Taskfile.scripts.yml +++ b/Taskfile.scripts.yml @@ -99,7 +99,7 @@ tasks: desc: Get pull request template cmds: - mkdir -p .tmp - - curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md + - curl -LsS https://raw.githubusercontent.com/devops-infra/.github/refs/tags/v1/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md git:set-config: desc: Set git user config