[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-merge fixes #3130

Merged
merged 5 commits into from
Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
ci workflows, fixing paths, removed old worflow file
  • Loading branch information
mwu-tow committed Nov 1, 2021
commit 9732c052bbba898ab5582672777dff3aee7751a7
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/.github/settings.yml @4e6 @radeusgd

# GUI
gui/* @wdanilo
gui/src/rust/ide @mwu-tow
gui/src/rust/ide/view @wdanilo
gui/src/rust/ide/view @MichaelMauderer
/gui/* @wdanilo
/gui/src/rust/ide @mwu-tow
/gui/src/rust/ide/view @wdanilo
/gui/src/rust/ide/view @MichaelMauderer
12 changes: 11 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ teams:

# Branch protection
branches:
- name: main
- name: develop
protection:
required_pull_request_reviews:
required_approving_review_count: 1
Expand All @@ -224,6 +224,16 @@ branches:
- "Rust Test WASM"
- "Verify Notice Package"
- "license/cla"
# GUI jobs
- "Build Info (macOS-latest)"
- "Assertions (macOS-latest)"
- "Linter (Linux, linter)"
- "Native Tests (Linux, test_native)"
- "WASM Tests (Linux, test_wasm)"
- "Build WASM (Linux, build_wasm)"
- "Build package (macOS-latest)"
- "Build package (windows-latest)"
- "Build package (Linux, package)"
enforce_admins: null
restrictions: null
- name: "release/*.x"
Expand Down
Loading