Replies: 1 comment
-
You can use something like: conditions:
- or:
- schedule: MON-TUE
- schedule: THU-FRI
- label: bypass-schedule |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to override a schedule condition?
For example, we are thinking of using a MON-TUES and THURS-FRI schedule, with no merges allowed on Wednesday (server updates).
But, sometimes we need to get something in, and its super important, so we need to override the merge restriction. Is this doable?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions