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:
|
repository:
|
||||||
# Either `true` to make the repository private, or `false` to make it public.
|
# Either `true` to make the repository private, or `false` to make it public.
|
||||||
private: false
|
private: false
|
||||||
@ -30,6 +32,17 @@ repository:
|
|||||||
# rebase-merging.
|
# rebase-merging.
|
||||||
allow_rebase_merge: true
|
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:
|
teams:
|
||||||
- name: devs
|
- name: devs
|
||||||
permission: push
|
permission: push
|
||||||
@ -68,6 +81,11 @@ branches:
|
|||||||
# administrators. Set to null to disable.
|
# administrators. Set to null to disable.
|
||||||
enforce_admins: true
|
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
|
# Enforces a linear commit Git history, which prevents anyone from pushing
|
||||||
# merge commits to a branch. Set to true to enforce a linear commit
|
# 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
|
# 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
|
# the repository. Set to false to prevent deletion of the protected
|
||||||
# branch. Default: false.
|
# branch. Default: false.
|
||||||
allow_deletions: 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:
|
optConfig:
|
||||||
optOutStrategy: true
|
optOutStrategy: true
|
||||||
|
disableRepoOverride: true
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
optConfig:
|
optConfig:
|
||||||
optOutStrategy: true
|
optOutStrategy: true
|
||||||
|
disableRepoOverride: true
|
||||||
action: issue
|
action: issue
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
optConfig:
|
optConfig:
|
||||||
optOutStrategy: true
|
optOutStrategy: true
|
||||||
|
disableRepoOverride: true
|
||||||
action: issue
|
action: issue
|
||||||
|
enforceDefault: true
|
||||||
|
requireApproval: true
|
||||||
|
approvalCount: 1
|
||||||
|
dismissStale: true
|
||||||
|
blockForce: true
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
optConfig:
|
optConfig:
|
||||||
optOutStrategy: true
|
optOutStrategy: true
|
||||||
|
disableRepoOverride: true
|
||||||
action: issue
|
action: issue
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
optConfig:
|
optConfig:
|
||||||
optOutStrategy: true
|
optOutStrategy: true
|
||||||
|
disableRepoOverride: true
|
||||||
action: issue
|
action: issue
|
||||||
|
Loading…
Reference in New Issue
Block a user