We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef94c8 commit 57dfd17Copy full SHA for 57dfd17
docs/gl_objects/protected_branches.rst
@@ -27,7 +27,7 @@ Get a single protected branch::
27
28
p_branch = project.protectedbranches.get('main')
29
30
-Update a protected branch:
+Update a protected branch::
31
32
p_branch.allow_force_push = True
33
p_branch.save()
0 commit comments