Skip to content

Commit 37be30d

Browse files
feat: update pull request template URL to specific version (#194)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 4fdab27 commit 37be30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ tasks:
9999
desc: Get pull request template
100100
cmds:
101101
- mkdir -p .tmp
102-
- curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md
102+
- curl -LsS https://raw.githubusercontent.com/devops-infra/.github/refs/tags/v1/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md
103103

104104
git:set-config:
105105
desc: Set git user config

0 commit comments

Comments
 (0)