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
Copy file name to clipboardExpand all lines: docs/ce/howto/apply-requirements.mdx
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,22 @@ Digger currently does not support `apply_requirements` (like in Atlantis). Comin
8
8
9
9
You can use mergeability requirements together with Status Checks to achieve the same.
10
10
Digger will not apply if the pull request is not in a “mergeable” state as specified by GitHub api. This means that if you have a separate status check and you have this check as “required” by branch protection rules then an attempt of digger apply will not go ahead.
11
+
12
+
Note: there is a [known issue](https://github.com/diggerhq/digger/issues/1180) that would
13
+
cause the "mergability" check to conflict if you set the digger/apply check as required on github. We are working on a fix and in the meantime you have an option to turn off the mergability check if you want to have this digger/apply check as required. You can turn it off in the workflow configuration
14
+
by setting the `skip_merge_check` flag as follows (we have to set the other configurations since they are currently required):
0 commit comments