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
The option can be used to disable 'land' command entirely, or use the
currently implemented 'bottom-only' style of landing. In future we might
implement other styles, such as "one-by-one" and "rebase-and-land".
# Disable the land command (require GitHub web interface for merging)
406
+
stack-pr config land.style=disable
407
+
408
+
# Use "bottom-only" landing style for stacks
409
+
stack-pr config land.style=bottom-only
400
410
```
401
411
402
412
The config command modifies the config file (`.stack-pr.cfg` by default, or the path specified by `STACKPR_CONFIG` environment variable). If the file doesn't exist, it will be created. If a setting already exists, it will be updated.
0 commit comments