examples: forgejo: Add branches/tags listing on repo to API endpoints

This commit is contained in:
WeebDataHoarder
2025-04-24 20:51:15 +02:00
parent 1e569571a0
commit 1f84f5e981
2 changed files with 7 additions and 6 deletions

View File

@@ -196,6 +196,7 @@ rules:
# OCI packages API and package managers
- 'path.startsWith("/api/packages/") || path == "/api/packages"'
- 'path.startsWith("/v2/") || path == "/v2"'
- 'path.endsWith("/branches/list") || path.endsWith("/tags/list")'
action: pass
- name: preview-fetchers