From cf6c311b97632a625c14d4829fa476b2778dd727 Mon Sep 17 00:00:00 2001 From: Gary Sassano <10464497+garysassano@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:24:21 +0200 Subject: [PATCH] fix markdown --- website/docs/r/repository.html.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/docs/r/repository.html.markdown b/website/docs/r/repository.html.markdown index 5fc3136bea..b515b0d5b6 100644 --- a/website/docs/r/repository.html.markdown +++ b/website/docs/r/repository.html.markdown @@ -10,11 +10,7 @@ description: |- This resource allows you to create and manage repositories within your GitHub organization or personal account. -~> 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: - -- `allow_merge_commit` (including the related `merge_commit_title` and `merge_commit_message`) -- `allow_squash_merge` (including the related `squash_merge_commit_title` and `squash_merge_commit_message`) -- `allow_rebase_merge` +~> **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: `allow_merge_commit`, `allow_squash_merge`, `allow_rebase_merge`, `merge_commit_title`, `merge_commit_message`, `squash_merge_commit_title` and `squash_merge_commit_message`. ## Example Usage