Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Add enable_codeowners to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Sep 15, 2019
1 parent dd9fac8 commit b8921fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _documentation/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ On the other hand, bors will ignore this table if it's given [like this (with th
| delete_merged_branches | boolean | If set to true, and if the PR branch is on the same repository that bors-ng itself is on, the branch will be deleted.
| committer.name | string | Set both committer details to have merge commits show up as authored by a specific user. |
| committer.email | string | |
| enable_codeowners | boolean | If turned on, `CODEOWNERS` file will be parsed. [See GitHub's docs](https://help.github.com/en/articles/about-code-owners) for more info. |

Note that underscores (`_`) and hyphens (`-`) are interchangable in configuration option names. That is, `pr_status` and `pr-status` are the same thing.

Expand Down

0 comments on commit b8921fb

Please sign in to comment.