Skip to content

Commit b5a9a4a

Browse files
Adding troubleshooting info around git endpoints and push rules. (#54538)
1 parent ebaf474 commit b5a9a4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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).
25+
2426
## Troubleshooting required status checks
2527

2628
When defining status checks, the name format depends on the type of check:

0 commit comments

Comments
 (0)