Updated the required changelog check. Removed dead config for release branches.

This commit is contained in:
Michał W. Urbańczyk 2022-10-10 23:43:46 +02:00
parent ad69eeb4ad
commit af3ebccb39

28
.github/settings.yml vendored
View File

@ -240,7 +240,7 @@ branches:
- "Lint (linux)"
- "Build GUI (WASM) (windows)"
- "Build Backend (windows)"
- "Assert if CHANGELOG.md was updated (on pull request)"
- "Changelog"
- "WASM GUI tests (linux)"
- "Build Backend (linux)"
- "Package IDE (windows)"
@ -250,29 +250,3 @@ branches:
# - "IDE integration tests (linux)"
enforce_admins: null
restrictions: null
- name: "release/*.x"
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: false
require_code_owner_reviews: true
dismissal_restrictions: {}
required_status_checks:
# Require branches to be up-to-date before merging.
strict: true
contexts:
- "Build and Test (macOS-latest)"
- "Build and Test (ubuntu-18.04)"
- "Build and Test (windows-latest)"
- "Build Engine"
- "Rust Check"
- "Rust Lint"
- "Rust Test Native (macOS-latest)"
- "Rust Test Native (ubuntu-latest)"
- "Rust Test Native (windows-latest)"
- "Rust Test WASM"
- "license/cla"
# - "Vulnerability Scan" # CodeQL is temporarily disabled due to incompatibility
enforce_admins: null
restrictions: null