diff --git a/.github/settings.yml b/.github/settings.yml index 68a5713..0a5d6f1 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,12 @@ branches: required_approving_review_count: 1 dismiss_stale_reviews: true require_code_owner_reviews: true - dismissal_restrictions: {} required_status_checks: strict: true - contexts: [] - required_linear_history: true - restrictions: - apps: [] - users: [] - teams: [] + contexts: + - "build" + - "pre-commit" + + enforce_admins: false + restrictions: null diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5cd05eb..d5c5700 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,4 +1,4 @@ -name: Commit Hooks +name: Pre-Commit on: pull_request: