Change allstar and repo settings (#10)

This commit is contained in:
Pavel Popov 2022-02-22 19:45:02 +03:00 committed by GitHub
parent 28ec0229d7
commit 60421bc5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 5 deletions

23
.github/settings.yml vendored
View File

@ -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

View File

@ -1,2 +1,3 @@
optConfig: optConfig:
optOutStrategy: true optOutStrategy: true
disableRepoOverride: true

View File

@ -1,3 +1,4 @@
optConfig: optConfig:
optOutStrategy: true optOutStrategy: true
disableRepoOverride: true
action: issue action: issue

View File

@ -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

View File

@ -1,3 +1,4 @@
optConfig: optConfig:
optOutStrategy: true optOutStrategy: true
disableRepoOverride: true
action: issue action: issue

View File

@ -1,3 +1,4 @@
optConfig: optConfig:
optOutStrategy: true optOutStrategy: true
disableRepoOverride: true
action: issue action: issue