mirror of
https://github.com/valitydev/.github.git
synced 2024-11-06 01:55:23 +00:00
Change allstar and repo settings (#10)
This commit is contained in:
parent
28ec0229d7
commit
60421bc5b9
23
.github/settings.yml
vendored
23
.github/settings.yml
vendored
@ -1,3 +1,5 @@
|
||||
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
|
||||
|
||||
repository:
|
||||
# Either `true` to make the repository private, or `false` to make it public.
|
||||
private: false
|
||||
@ -30,6 +32,17 @@ repository:
|
||||
# rebase-merging.
|
||||
allow_rebase_merge: true
|
||||
|
||||
# Either `true` to enable automatic deletion of branches on merge, or `false` to disable
|
||||
delete_branch_on_merge: true
|
||||
|
||||
# Either `true` to enable automated security fixes, or `false` to disable
|
||||
# automated security fixes.
|
||||
enable_automated_security_fixes: true
|
||||
|
||||
# Either `true` to enable vulnerability alerts, or `false` to disable
|
||||
# vulnerability alerts.
|
||||
enable_vulnerability_alerts: true
|
||||
|
||||
teams:
|
||||
- name: devs
|
||||
permission: push
|
||||
@ -68,6 +81,11 @@ branches:
|
||||
# administrators. Set to null to disable.
|
||||
enforce_admins: true
|
||||
|
||||
# Requires all conversations on code to be resolved before a pull request
|
||||
# can be merged into a branch that matches this rule. Set to false to
|
||||
# disable. Default: false.
|
||||
required_conversation_resolution: true
|
||||
|
||||
# Enforces a linear commit Git history, which prevents anyone from pushing
|
||||
# merge commits to a branch. Set to true to enforce a linear commit
|
||||
# history. Set to false to disable a linear commit Git history. Your
|
||||
@ -94,8 +112,3 @@ branches:
|
||||
# the repository. Set to false to prevent deletion of the protected
|
||||
# branch. Default: false.
|
||||
allow_deletions: false
|
||||
|
||||
# Requires all conversations on code to be resolved before a pull request
|
||||
# can be merged into a branch that matches this rule. Set to false to
|
||||
# disable. Default: false.
|
||||
required_conversation_resolution: true
|
||||
|
@ -1,2 +1,3 @@
|
||||
optConfig:
|
||||
optOutStrategy: true
|
||||
disableRepoOverride: true
|
||||
|
@ -1,3 +1,4 @@
|
||||
optConfig:
|
||||
optOutStrategy: true
|
||||
disableRepoOverride: true
|
||||
action: issue
|
||||
|
@ -1,3 +1,9 @@
|
||||
optConfig:
|
||||
optOutStrategy: true
|
||||
disableRepoOverride: true
|
||||
action: issue
|
||||
enforceDefault: true
|
||||
requireApproval: true
|
||||
approvalCount: 1
|
||||
dismissStale: true
|
||||
blockForce: true
|
||||
|
@ -1,3 +1,4 @@
|
||||
optConfig:
|
||||
optOutStrategy: true
|
||||
disableRepoOverride: true
|
||||
action: issue
|
||||
|
@ -1,3 +1,4 @@
|
||||
optConfig:
|
||||
optOutStrategy: true
|
||||
disableRepoOverride: true
|
||||
action: issue
|
||||
|
Loading…
Reference in New Issue
Block a user