Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions config/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# for repo-specific overrides (e.g. pin a CI check name).
repos:
- name: website
description: Thaw project website and Sparkle appcast (GitHub Pages).
description: Thaw project website (GitHub Pages).
visibility: public
homepage: https://thaw-app.github.io/website/
topics:
Expand All @@ -23,6 +23,28 @@ repos:
deleteBranchOnMerge: true
autoInit: true

- name: updates
description: >-
Sparkle appcast and signed update metadata for Thaw (GitHub Pages).
Stable public feed for in-app updates; written by release automation only.
visibility: public
homepage: https://thaw-app.github.io/updates/
topics:
- thaw
- macos
- sparkle
- appcast
- github-pages
- updates
mergeStrategies:
- squash
deleteBranchOnMerge: true
autoInit: true
hasIssues: false
hasWiki: false
hasProjects: false
hasDiscussions: false

- name: homebrew-tap
description: Homebrew tap formulas for Thaw releases.
visibility: public
Expand All @@ -36,7 +58,6 @@ repos:
deleteBranchOnMerge: true
autoInit: true


- name: brand-assets
description: Shared Thaw brand assets — headers, icons, packaging art, marketing.
visibility: public
Expand Down
5 changes: 5 additions & 0 deletions config/teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ repoAccess:
- team: contributors
permission: push

# Maintainers only — feed must stay CI/admin-writable, not day-to-day push.
updates:
- team: maintainers
permission: admin

homebrew-tap:
- team: maintainers
permission: admin
Expand Down