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

ci: update settings file #14

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
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
25 changes: 10 additions & 15 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,17 @@ repository:
A Github template repo for public Gh Actions
topics: github, actions, ci, scripts
default_branch: master

private: true
has_projects: false
has_wiki: false
has_downloads: false

allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false
delete_branch_on_merge: true

teams:
- name: infra
permission: admin

labels:
- name: "help wanted"
color: "#008672"
Expand Down Expand Up @@ -72,7 +68,6 @@ labels:
- name: "type: question"
color: "#d876e3"
description: "Further information is requested"

branches:
- name: master
protection:
Expand All @@ -81,20 +76,20 @@ branches:
dismiss_stale_reviews: true
require_code_owner_reviews: true
bypass_pull_request_allowances:
users:
- supcar
teams: []
users: []
teams:
- infra-ci
apps: []
dismissal_restrictions:
users:
- supcar
teams: []
users: []
teams:
- infra-ci
apps: []
required_status_checks: null
enforce_admins: true
enforce_admins: false
required_linear_history: true
restrictions:
users:
- supcar
teams: []
users: []
teams:
- infra-ci
apps: []
Loading