GitHub Setup
Configure GitHub to work with Sometimes
Branch Protection
The power of Sometimes comes from its ability to determine if a PR should require a review. In order for this to work, you will need to disable GitHub's built-in "Require approvals" setting within your branch protection rules.
- Navigate to your repository on GitHub
- Click on the "Settings" tab
- Click on "Branches" in the left-hand navigation
- Click on the "Add rule" button
- Under "Branch name pattern", enter
*
- Under "Require pull request reviews before merging", uncheck the "Require approvals" checkbox
- Click "Create" to save your changes