diff --git a/.github/settings.yml b/.github/settings.yml index 4b56ab3..6354815 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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 @@ -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 @@ -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: []