Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off the use of strict in protections #55

Closed
1 task done
dhruvkb opened this issue Aug 5, 2020 · 0 comments · Fixed by #56
Closed
1 task done

Turn off the use of strict in protections #55

dhruvkb opened this issue Aug 5, 2020 · 0 comments · Fixed by #56
Assignees

Comments

@dhruvkb
Copy link
Member

dhruvkb commented Aug 5, 2020

Problem

The use of the strict mode in branch protections requires any branch to be up to date against the main branch to be merged. This causes all the CI checks to run all over again and causes a lot of time to be wasted waiting for checks to pass. Ideally branches should be up-to-date but not we should not be enforcing them to be up-to-date. Conflicts will still be reported and CI will run again once the conflicts are resolved.

Implementation

  • I would be interested in implementing this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants