Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci authored May 16, 2024
2 parents 72e6647 + 8bd365c commit 1ab9683
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
26 changes: 12 additions & 14 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,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
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commit Hooks
name: Pre-Commit

on:
pull_request:
Expand Down

0 comments on commit 1ab9683

Please sign in to comment.