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
GIVEN there is a community PR
AND two maintainers comment /approve-build [commit sha]
THEN the branch at [commit sha] is copied to a project branch and the pipeline is run to see if the build is green
AND if the branch is green and a maintainer comments /approve-merge [commit sha]
THEN the PR is approved to merge
AND if the head commit SHA on the PR changes from [commit sha]
THEN the PR is no longer approved to merge and the green build check from the pipeline no longer shows
The text was updated successfully, but these errors were encountered:
GIVEN there is a community PR
AND two maintainers comment
/approve-build [commit sha]
THEN the branch at
[commit sha]
is copied to a project branch and the pipeline is run to see if the build is greenAND if the branch is green and a maintainer comments
/approve-merge [commit sha]
THEN the PR is approved to merge
AND if the head commit SHA on the PR changes from
[commit sha]
THEN the PR is no longer approved to merge and the green build check from the pipeline no longer shows
The text was updated successfully, but these errors were encountered: