Skip to content

Commit

Permalink
ci: update settings file to include infra-ci team (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
piximos authored Apr 10, 2024
1 parent dd6bbe3 commit fa01f9e
Showing 1 changed file with 10 additions and 15 deletions.
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 action to perform common tasks for build pipelines.
topics: github, actions, ci, scripts, ecr, docker
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: []

0 comments on commit fa01f9e

Please sign in to comment.