From 07b236fb98e0f8ee0182f843ccdbc0cd87ae9a80 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 22:49:58 +1000 Subject: [PATCH] git: add ghp fork repository Fork goodtune/ghp into git.unkin.net/unkin/ghp to carry an admin-service-token auth patch for the Vault ghp token engine. --- config/git.unkin.net/unkin/repository/ghp.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/ghp.yaml diff --git a/config/git.unkin.net/unkin/repository/ghp.yaml b/config/git.unkin.net/unkin/repository/ghp.yaml new file mode 100644 index 0000000..d6696b0 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/ghp.yaml @@ -0,0 +1,17 @@ +description: "Fork of goodtune/ghp (GitHub proxy) with unkin patches" +private: true +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" +branch_protection: + - rule_name: "main" + merge_whitelist_teams: + - "Owners" + # Whitelist-push: the owner can push main directly (needed for the initial + # push and the fork's maintenance workflow); everyone else must open a PR. + enable_push: true + push_whitelist_users: + - "unkinben" + # PRs to main must pass the fork build/vet pipeline before merge. + status_check_contexts: + - "ci/woodpecker/pr/build" -- 2.47.3