Closed Riscky closed 11 months ago
@OpsBotPrime merge
Pull request approved for merge by @Riscky, rebasing now.
Failed to rebase, please rebase manually using
git fetch && git rebase --interactive --autosquash origin/master riscky/feature-freeze-feature
@OpsBotPrime retry
Only approved PRs with failed builds can be retried..
@OpsBotPrime merge
Pull request approved for merge by @Riscky, rebasing now.
Rebased as 74ab82f7b4d03929408f3428e922bd0e66ada414, waiting for CI …
CI job :yellow_circle: started.
Closes https://github.com/channable/hoff/issues/243
This adds a configuration option, called
featureFreezePeriod
.In the configured feature freeze period:
merge
commands are blocked;merge hotfix
commands are allowed;merge and (tag | deploy)
becomesmerge hotfix and (tag | deploy)
merge hotfix
outside of the configured feature freeze period is not allowed.A few choices I made here:
on Friday
suffix is not necessary during a feature freeze, to keep it simple;retry
command, neitheron Friday
norhotfix
is necessary to specify;