From 62b8ab4e9c5f8f84e2bd17e40acd1b4fd1296607 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 5 Sep 2026 11:13:50 +1000 Subject: [PATCH] Add vimpack repository --- config/git.unkin.net/unkin/repository/vimpack.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/vimpack.yaml diff --git a/config/git.unkin.net/unkin/repository/vimpack.yaml b/config/git.unkin.net/unkin/repository/vimpack.yaml new file mode 100644 index 0000000..c199c1f --- /dev/null +++ b/config/git.unkin.net/unkin/repository/vimpack.yaml @@ -0,0 +1,14 @@ +description: "Neovim plugin manager installing plugins from tagged archives on artifactapi/Artifactory instead of git clones" +private: false +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" +branch_protection: + - rule_name: "main" + merge_whitelist_teams: + - "Owners" + enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/test" + - "ci/woodpecker/pr/lint" + - "ci/woodpecker/pr/pre-commit"