Skip to content
Merged
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
22 changes: 22 additions & 0 deletions .github/forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,25 @@ forks:
upstream_org: null
upstream_track: null
install_forward_port: false

# === self-hosted Sentry stack ===
# Sentry uses calendar versioning (26.x) + a fast-moving master.
# We track master so PR conflict detection on *-kencove rebase
# branches actually reflects reality. Without the sync, the fork's
# master sits frozen at fork-creation time (Feb 2026, 26.2.0) and
# every PR shows false conflicts against an obsolete base.
- repo: ledoent/sentry
branches: ["master"]
upstream_org: null # no [MIG]-style PR digest for non-OCA forks
upstream_track: null
install_forward_port: false

# ledoent/seer's upstream (getsentry/seer) is private, so the
# merge-upstream API call would 404 with our PAT. Tracked here only
# to document that we know it exists; sync stays manual via the
# feature/explorer-endpoints rebase pattern.
# - repo: ledoent/seer
# branches: ["main"]
# upstream_org: null
# upstream_track: null
# install_forward_port: false
Loading