Skip to content

Commit

Permalink
Fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed May 16, 2024
1 parent 9ae5c59 commit c2f3830
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ repository:
labels:
- name: feature
color: 000000
description: Functionality that we want to implement. Only for use by the
maintainers. Use `feature-request` for user suggestions.
description: >
Functionality that we want to implement. Only for use by the maintainers.
Use `feature-request` for user suggestions.
- name: bug
color: ff0000
Expand All @@ -44,11 +45,9 @@ milestones:
Interact with vscode to manage workspaces and projects.
state: open

collaborators: []

teams:
- name: maintainers
permission: admin
collaborators:
- username: acovaci
- username: scarab5q

branches:
- name: main
Expand All @@ -57,13 +56,11 @@ branches:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true
dismissal_restrictions: {}

required_status_checks:
strict: true
contexts: ["Rust", "Pre-Commit"]
enforce_admins: false
required_linear_history: true
restrictions:
apps: []
users: []
teams: []

0 comments on commit c2f3830

Please sign in to comment.