Skip to content

Commit 9b31a5e

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

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
@@ -228,7 +228,7 @@ tasks:
228228
desc: Get pull request template
229229
cmds:
230230
- mkdir -p .tmp
231-
- curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md
231+
- curl -LsS https://raw.githubusercontent.com/devops-infra/.github/refs/tags/v1/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md
232232

233233
git:set-config:
234234
desc: Set git user config

0 commit comments

Comments
 (0)