Skip to content

Commit 1e29bc9

Browse files
authored
Update push ruleset troubleshooting docs (#55491)
1 parent 7cf8ee3 commit 1e29bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/troubleshooting-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If a branch or tag is targeted by rules restricting the metadata of commits, you
2121

2222
When utilizing push rulesets, a maximum of 1000 reference updates are allowed per push. If your push exceeds this limit, it will be rejected. For more information see [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/creating-rulesets-for-a-repository#creating-a-push-ruleset).
2323

24-
Additonally, push rulesets apply to the "Create a blob" and "Create or update file contents" endpoints in the REST API. See [AUTOTITLE](/rest/git/blobs?apiVersion=2022-11-28#create-a-blob) and [AUTOTITLE](/rest/repos/contents?apiVersion=2022-11-28#create-or-update-file-contents).
24+
Additonally, push rulesets apply to the "Create a blob", "Create a tree", and "Create or update file contents" endpoints in the REST API. See [AUTOTITLE](/rest/git/blobs?apiVersion=2022-11-28#create-a-blob), [AUTOTITLE](/rest/git/trees?apiVersion=2022-11-28#create-a-tree), and [AUTOTITLE](/rest/repos/contents?apiVersion=2022-11-28#create-or-update-file-contents).
2525

2626
## Troubleshooting required status checks
2727

0 commit comments

Comments
 (0)