We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 852d9a9 + a15ccbb commit 1dc94a0Copy full SHA for 1dc94a0
crates/but-action/src/simple.rs
@@ -131,7 +131,9 @@ fn handle_changes_simple_inner(
131
.entry(stack_id)
132
.or_default()
133
.push(assignment.into());
134
- } else {
+ } else if exclusive_stack.is_none() {
135
+ // If there is an exclusive stack. We don't want to do anything with
136
+ // the unassigned changes.
137
stack_assignments
138
.entry(default_stack_id)
139
0 commit comments