Project privacy set to public. By default, its content is available to everyone (authenticated or not). Please note that more restrictive permissions might exist on some items.
How to reproduce:
git clone ... echo "Foo" > Readme.mkd git commit -am "Foo" git push git checkout -b feat1 echo "0" > Readme.mkd git commit -am "Zero" git push -u origin feat1
Then create a PR feat1 -> main:
feat1 -> main: