From 709a56b0bf0d27d478849c4ae6297c2abb65ef31 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Fri, 5 Apr 2024 10:39:00 +1100 Subject: [PATCH] PULL_REQUEST_TEMPLATE: link to closed pull requests --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df728b0db233..d78b028028dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ After making any changes to a cask, existing or new, verify: Additionally, **if adding a new cask**: - [ ] Named the cask according to the [token reference](https://docs.brew.sh/Cask-Cookbook#token-reference). -- [ ] Checked the cask was not [already refused](https://github.com/Homebrew/homebrew-cask/search?q=is%3Aclosed&type=Issues). +- [ ] Checked the cask was not [already refused](https://github.com/Homebrew/homebrew-cask/search?q=is%3Aclosed&type=pullrequests). - [ ] Checked the cask is submitted to [the correct repo](https://docs.brew.sh/Acceptable-Casks#finding-a-home-for-your-cask). - [ ] `brew audit --cask --new ` worked successfully. - [ ] `HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask ` worked successfully.