Skip to content
Draft
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
89 changes: 0 additions & 89 deletions .cursor/BUGBOT.md

This file was deleted.

38 changes: 11 additions & 27 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,32 +1,16 @@
# Code owners for tracebloc/.github
#
# This repository is the org's enforcement root: 96 caller workflows across 14
# repos reference `tracebloc/.github/.github/workflows/*.yml@main`, and every
# one of them passes `secrets: inherit`. A change merged here takes effect in
# every repo on the next workflow run, and reaches every secret those repos
# hold.
# This repository holds only the organization profile and the org-wide issue
# and pull request templates; the reusable workflows and scripts that made it
# the org's enforcement root moved to a private repository.
#
# WHAT THIS FILE DOES, AND DOES NOT, DO -- measured 2026-08-16.
#
# It AUTO-REQUESTS a reviewer on the paths below. It does NOT gate the merge:
# `require_code_owner_reviews` is `false` on develop, staging and main, so any
# approving review turns the PR green. That is deliberate (a PR must never wait
# on one specific person to be approvable), and it is stated here because the
# header used to assert the opposite -- "branch protection on `main` already
# sets require_code_owner_reviews: true" -- which was false when checked. A
# CODEOWNERS file that misdescribes its own enforcement is worse than none: it
# reads as a control while gating nothing.
#
# The `*` line is GONE, deliberately. It auto-requested the same person on every
# PR in the repo they touch most, which reads in the UI as "waiting on Lukas"
# long after someone else has approved -- and it made this the second `*` rule
# in an org whose convention is narrow, security-only ownership with
# author-picks-reviewer everywhere else. The two paths below are the ones that
# actually carry the blast radius described at the top; a README or an issue
# template does not.
# What this file does: it AUTO-REQUESTS a reviewer on the paths below. It does
# NOT gate the merge -- `require_code_owner_reviews` is false on every branch,
# so any approving review turns a PR green. That is deliberate.

# The reusable workflows that define every gate in the org.
/.github/workflows/ @LukasWodka
# The organization landing page, rendered on github.com/tracebloc.
/profile/ @LukasWodka

# Scripts invoked by those workflows.
/scripts/ @LukasWodka
# Templates that appear in every repository's "new issue" / "new PR" chooser.
/.github/ISSUE_TEMPLATE/ @LukasWodka
/.github/pull_request_template.md @LukasWodka
148 changes: 0 additions & 148 deletions .github/workflows/actionlint.yml

This file was deleted.

92 changes: 0 additions & 92 deletions .github/workflows/add-to-kanban.yml

This file was deleted.

Loading
Loading