adjustments to doc md
This commit is contained in:
parent
be01c86654
commit
cca3be094b
|
|
@ -12,7 +12,7 @@ All these settings are applied to this repository.
|
|||
| Automatically delete head branches | `enabled` | |
|
||||
| Projects | `disabled` | |
|
||||
| Issues | `disabled` | |
|
||||
| Allow | `enabled` | |
|
||||
| Allow forking | `enabled` | |
|
||||
|
||||
## Add collaborators
|
||||
|
||||
|
|
@ -24,26 +24,29 @@ Default GitHub teams will be added as collaborator in the repositories granting
|
|||
|
||||
## Create protection rules
|
||||
|
||||
These are the protection rules for the `main` and `edi-foundation-integration` branches in order to secury and standarize the way of working.
|
||||
These are the protection rules for the `master` and `edi-foundation-integration` branches in order to secury and standarize the way of working.
|
||||
|
||||
| Rules | Value | Info |
|
||||
|-|-|-|
|
||||
| Require a pull request before merging | `Enabled` | N/A |
|
||||
| Require approvals | `1` | N/A |
|
||||
| Dismiss stale pull request approvals when new commits are pushed | `Enabled` | N/A |
|
||||
| Require review from Code Owners | `Enabled` | N/A |
|
||||
| Allow specified actors to bypass required pull requests | `Disabled` | N/A |
|
||||
| Require status checks to pass before merging | `Enabled` | N/A |
|
||||
| Require conversation resolution before merging | `Enabled` | N/A |
|
||||
| Require signed commits | `Enabled` | N/A |
|
||||
| Do not allow bypassing the above settings | `Enabled` | Enforce rules for admin users. |
|
||||
| Restrict who can push to matching branches | `Disabled` | N/A |
|
||||
| Allow force pushes | `Disabled` | N/A |
|
||||
| Allow deletions | `Disabled` | N/A |
|
||||
| Require linear history | `Disabled` | N/A |
|
||||
| Require merge queue | `Disabled` | N/A |
|
||||
| Require deployments to succeed before merging | `Disabled` | N/A |
|
||||
| Lock branch | `Disabled` | N/A |
|
||||
| Rules | master | edi-foundation-integration | Info |
|
||||
|-|-|-|-|
|
||||
| Require a pull request before merging | `Enabled` | `Enabled` | N/A |
|
||||
| Require approvals | `1` | `1` | N/A |
|
||||
| Dismiss stale pull request approvals when new commits are pushed | `Enabled` | `Enabled` | N/A |
|
||||
| Require review from Code Owners | `Enabled` | `Enabled`| N/A |
|
||||
|Restrict who can dismiss pull request reviews | `Disabled` | `Disabled` | N/A |
|
||||
| Allow specified actors to bypass required pull requests | `Disabled` | `Disabled` | N/A |
|
||||
| Require approval of the most recent reviewable push | `Enabled` | `Disabled`| N/A |
|
||||
| Require status checks to pass before merging | `Enabled` | `Enabled`| N/A |
|
||||
| Require branches to be up to date before merging | `Disabled` | `Enabled`| N/A |
|
||||
| Require conversation resolution before merging | `Enabled` | `Enabled`| N/A |
|
||||
| Require signed commits | `Enabled` | `Enabled`| N/A |
|
||||
| Require linear history | `Disabled` | `Disabled` | N/A |
|
||||
| Require merge queue | `Disabled` | `Disabled` | N/A |
|
||||
| Require deployments to succeed before merging | `Disabled` | `Disabled` | N/A |
|
||||
| Lock branch | `Enabled` | `Disabled` | N/A |
|
||||
| Do not allow bypassing the above settings | `Enabled` | `Enabled`| Enforce rules for admin users. |
|
||||
| Restrict who can push to matching branches | `Disabled` | `Disabled` | N/A |
|
||||
| Allow force pushes | `Disabled` | `Disabled` | N/A |
|
||||
| Allow deletions | `Disabled` | `Disabled` | N/A |
|
||||
|
||||
## Signed commits
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue