Ryan Payne

Results 2 comments of Ryan Payne

I solved this issue by setting `users` to an empty list. ```yml branches: - name: master protection: required_pull_request_reviews: restrictions: teams: - example-team-name users: [] ```

I was able to complete the codelab with the following adjustments. ### 1. Create a gradle-wrapper.properties file First create a `/gradle/wrapper` directory in the root of the project. Then add...