Skip to content

Commit

Permalink
Updated the required changelog check. Removed dead config for release…
Browse files Browse the repository at this point in the history
… branches.
  • Loading branch information
mwu-tow committed Oct 10, 2022
1 parent ad69eeb commit af3ebcc
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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

0 comments on commit af3ebcc

Please sign in to comment.