Skip to content

Commit c008d0b

Browse files
wiseemily88skarim
andauthored
Update cmd/unstack.go
Co-authored-by: Sameen Karim <skarim@github.com>
1 parent 0fd5340 commit c008d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/unstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func runUnstack(cfg *config.Config, opts *unstackOptions) error {
7373
return ErrAPIFailure
7474
}
7575
if blocked {
76-
cfg.Errorf("Unstacking not allowed. Pull requests that are queued for merge, have auto-merge enabled, or are already merged will remain in the stack.")
76+
cfg.Errorf("Unstacking not allowed. Pull requests that are queued for merge, are merging, or are already merged will remain in the stack.")
7777
return ErrInvalidArgs
7878
}
7979

0 commit comments

Comments
 (0)