You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I know that as an admin you could give everyone only 'read' permission in order to prevent any changes to the repo.
Is there a simple option somewhere in settings to temporarily freeze the repo?
Hello @Olya Rosenberg ,
Welcome to Atlassian Community!
I'm afraid there's no particular feature in Bitbucket Cloud to freeze the repository, but in case what you are trying to achieve is to prevent users from pushing new changes to a particular repo you can either give everyone only 'read' permissions, as you already mentioned, or you also have the option to create a branch permission to block everyone from pushing changes, like the below example :
The above branch permission will be applied to all the branches in the repository (cause it's using the * wildcard) and will prevent everyone from pushing new changes to the repo (no write access).
You can create a similar rule in your repository by going to Repository Settings > Branch permissions.
For more details about branch permissions you are also welcome to check the following documentation :
Hope that helps! Let me know in case you have any questions.
Thank you, @Olya Rosenberg .
Kind regards,
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.