Skip to content

Commit

Permalink
chore: Make qtox CI checks mandatory.
Browse files Browse the repository at this point in the history
Also only allow rebase merge. Not that it does anything because we can't
automerge anyway, but it signals how we want to merge things (not
necessarily squashing everything into 1 commit if it makes sense to have
multiple).
  • Loading branch information
iphydf committed Nov 23, 2024
1 parent 72193ce commit c1e3763
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions admin/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ _common:
default_branch: "master"
delete_branch_on_merge: true
is_template: false
allow_squash_merge: true
allow_squash_merge: false
allow_merge_commit: false
allow_rebase_merge: false
allow_rebase_merge: true
archived: false
security_and_analysis:
secret_scanning:
Expand Down Expand Up @@ -975,6 +975,25 @@ qTox:
- "common / buildifier"
- "common / restyled"
- "release / update_release_draft"
# Custom
- "bazel-opt"
- "Alpine (full, Debug)"
- "Android (arm64-v8a, Release)"
- "Check for translatable strings"
- "Clang-Tidy"
- "Debian (minimal, Debug)"
- "Docs"
- "Fedora with ASAN (full, Debug)"
- "Flatpak"
- "Ubuntu LTS (full, Release)"
- "Update nightly release tag"
- "Windows (i686, Debug)"
- "Windows (i686, Release)"
- "Windows (x86_64, Debug)"
- "Windows (x86_64, Release)"
- "macOS distributable (arm64)"
- "macOS distributable (x86_64)"
- "macOS user (x86_64)"

spec:
editRepo:
Expand Down

0 comments on commit c1e3763

Please sign in to comment.