Skip to content

Commit 2ca5864

Browse files
authored
Update yml-files to false and one more md file (#51232)
1 parent 541bcc8 commit 2ca5864

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ Once you have enabled the "Require merge queue" setting, you can also access the
6464
* **Merge method**: Select which method to use when merging queued pull requests: merge, rebase, or squash.
6565

6666
* **Build concurrency**: The maximum number of `merge_group` webhooks to dispatch (between `1` and `100`), throttling the total amount of concurrent CI builds. This affects the velocity of merges that a merge queue can complete.
67-
-
68-
**Only merge non-failing pull requests**: This setting determines how a merge queue forms groups of pull requests to be merged.
67+
* **Only merge non-failing pull requests**: This setting determines how a merge queue forms groups of pull requests to be merged.
6968

7069
| Enabled? | Description |
7170
| -------- | ----------- |
@@ -74,8 +73,7 @@ Once you have enabled the "Require merge queue" setting, you can also access the
7473

7574
* **Status check timeout**: Choose how long the queue should wait for a response from CI before assuming that checks have failed.
7675

77-
-
78-
**Merge limits**: Select the minimum and maximum number of pull requests to merge into the base branch at the same time (between `1` and `100`), and a timeout after which the queue should stop waiting for more entries and merge with fewer than the minimum number.
76+
* **Merge limits**: Select the minimum and maximum number of pull requests to merge into the base branch at the same time (between `1` and `100`), and a timeout after which the queue should stop waiting for more entries and merge with fewer than the minimum number.
7977

8078
{% note %}
8179

src/content-linter/style/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const baseConfig = {
2727
severity: 'error',
2828
style: 'asterisk',
2929
'partial-markdown-files': true,
30-
'yml-files': true,
30+
'yml-files': false,
3131
},
3232
'no-trailing-spaces': {
3333
// MD009

0 commit comments

Comments
 (0)