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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ read-only and are skipped on later runs.
- Every active repository uses `main` as its default branch.
- Maintained repositories require changes through pull requests.
- Repositories with reliable CI require checks from the GitHub Actions app.
Replacement repositories receive their required-check rules only after their
bootstrap workflows publish stable aggregate job names; renamed repositories
retain their established check contracts during the transition.
- Release tags in release-producing repositories cannot be moved or deleted.
- Active repositories allow squash merges only. The squash commit uses the
pull-request title and description, and merged head branches are deleted.
Expand Down
8 changes: 7 additions & 1 deletion config/manual-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"codecov_github_app_repositories": [
"atrinik",
"client",
"libatrinik",
"content-toolkit",
"editor",
"legacy-client",
"legacy-libatrinik",
"legacy-server",
"protocol",
"renderer",
"server"
],
"require_two_factor_authentication": true,
Expand Down
45 changes: 28 additions & 17 deletions config/repositories.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{
"pull_request_gate": [
"atrinik",
"sound",
"client",
"content",
"content-toolkit",
"devcontainer",
"editor",
"libatrinik",
"github-settings",
"legacy-client",
"legacy-editor",
"legacy-libatrinik",
"legacy-protocol",
"legacy-server",
"metaserver-worker",
"protocol",
"renderer",
"resources",
"server",
"sound",
"tools",
"devcontainer",
"metaserver-worker",
"github-settings"
"website"
],
"required_ci": {
"atrinik": [
Expand All @@ -23,31 +30,31 @@
"Asset validation",
"Conventional PR title"
],
"client": [
"legacy-client": [
"Client validation",
"Conventional PR title"
],
"content": [
"Content validation",
"Conventional PR title"
],
"editor": [
"legacy-editor": [
"Editor packaging validation",
"Conventional PR title"
],
"libatrinik": [
"legacy-libatrinik": [
"Library validation",
"Conventional PR title"
],
"protocol": [
"legacy-protocol": [
"Protocol validation",
"Conventional PR title"
],
"resources": [
"Asset validation",
"Conventional PR title"
],
"server": [
"legacy-server": [
"Server validation",
"Conventional PR title"
],
Expand All @@ -70,23 +77,27 @@
},
"release_tags": [
"atrinik",
"sound",
"client",
"content",
"content-toolkit",
"devcontainer",
"editor",
"github-settings",
"libatrinik",
"legacy-client",
"legacy-editor",
"legacy-libatrinik",
"legacy-protocol",
"legacy-server",
"metaserver-worker",
"protocol",
"renderer",
"resources",
"server",
"sound",
"tools",
"devcontainer"
"website"
],
"archive": [
"dwc",
"nawerhals",
"clearhaven-mine",
"strakewood-remake"
"nawerhals"
]
}