You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want the possibility to force successful build on a pull request before merging is allowed.
Ideally, when creating a branch protection, I would like to have an additional checkbox called something like: Enable Successful Build Check
As description, I would put: Enforce successful build from CI on last commit
As a result, if the last build on a commit is successful, gitea SHOULD allow merging if all other requirements are met, if the build fails, it MUST not be possible to merge the current pull request even if other requirements are met.
The text was updated successfully, but these errors were encountered:
FYI: I looked up for a similar issue, but did not find one.
FYI: Bitbucket and gitlab have similar features. I don't know for github
lunny
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
labels
Apr 17, 2019
lunny
added
issue/duplicate
The issue has already been reported.
and removed
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
labels
Apr 17, 2019
[x]
): N/AN/A
Description
As a user, I want the possibility to force successful build on a pull request before merging is allowed.
Ideally, when creating a
branch protection
, I would like to have an additional checkbox called something like:Enable Successful Build Check
As description, I would put:
Enforce successful build from CI on last commit
As a result, if the last build on a commit is successful, gitea SHOULD allow merging if all other requirements are met, if the build fails, it MUST not be possible to merge the current pull request even if other requirements are met.
The text was updated successfully, but these errors were encountered: