Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/configuration/file-format.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ different aspect of Mergify:

{/* FIXME: add link to a better page than writing your first rule? */}

- [`pull_request_rules`](#pull-request-rules) configures [Automation
Workflow](/workflow/);
- [`pull_request_rules`](#pull-request-rules) configures [Workflow
Automation](/workflow/);

- [`merge_protections`](#merge-protections) and
[`merge_protections_settings`](#merge-protections) configures [Merge
Expand Down Expand Up @@ -117,7 +117,7 @@ The top-level key `queue_rules` allows to define the rules that reign over your

### Priority Rules

The top-level key `priority rules` allows to define the rules that will determine
The top-level key `priority_rules` allows to define the rules that will determine
which [priority](/merge-queue/priority) a pull request has when entering your merge queue.

<OptionsTable def="PriorityRuleModel" />
Expand Down