Skip to content

Commit b0d26d9

Browse files
authored
Add note documenting weird permissions required (#1727)
* Add note documenting weird permissions required * Update website/docs/r/repository.html.markdown
1 parent 42c2a60 commit b0d26d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/r/repository.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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
14+
the `contents:write` permission or else the `allow_merge_commit`, `allow_rebase_merge`,
15+
and `allow_squash_merge` attributes will be ignored, causing confusing diffs.
16+
1317
## Example Usage
1418

1519
```hcl

0 commit comments

Comments
 (0)