Skip to content

Commit

Permalink
Update yml-files to false and one more md file (#51232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored Jun 17, 2024
1 parent 541bcc8 commit 2ca5864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ Once you have enabled the "Require merge queue" setting, you can also access the
* **Merge method**: Select which method to use when merging queued pull requests: merge, rebase, or squash.

* **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.
-
**Only merge non-failing pull requests**: This setting determines how a merge queue forms groups of pull requests to be merged.
* **Only merge non-failing pull requests**: This setting determines how a merge queue forms groups of pull requests to be merged.

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

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

This comment was marked as spam.

Copy link
@korn666hd

korn666hd Sep 18, 2024

cannled time


-
**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.
* **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.

{% note %}

Expand Down
2 changes: 1 addition & 1 deletion src/content-linter/style/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const baseConfig = {
severity: 'error',
style: 'asterisk',
'partial-markdown-files': true,
'yml-files': true,
'yml-files': false,
},
'no-trailing-spaces': {
// MD009
Expand Down

1 comment on commit 2ca5864

@Rahumarahumy

This comment was marked as spam.

Please sign in to comment.