Skip to content

Commit c3b7085

Browse files
authored
docs: fix markdown for repository
1 parent 67dda09 commit c3b7085

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

website/docs/r/repository.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ description: |-
1010
This resource allows you to create and manage repositories within your
1111
GitHub organization or personal account.
1212

13-
~> Note: When used with GitHub App authentication, even GET requests must have the `contents:write` permission. Without it, the following attributes will be ignored, leading to unexpected behavior and confusing diffs:
14-
15-
- `allow_merge_commit` (including the related `merge_commit_title` and `merge_commit_message`)
16-
- `allow_squash_merge` (including the related `squash_merge_commit_title` and `squash_merge_commit_message`)
17-
- `allow_rebase_merge`
13+
~> **Note** When used with GitHub App authentication, even GET requests must have the `contents:write` permission. Without it, the following arguments will be ignored, leading to unexpected behavior and confusing diffs: `allow_merge_commit`, `allow_squash_merge`, `allow_rebase_merge`, `merge_commit_title`, `merge_commit_message`, `squash_merge_commit_title` and `squash_merge_commit_message`.
1814

1915
## Example Usage
2016

0 commit comments

Comments
 (0)