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.
1 parent 852d9a9 commit a15ccbbCopy full SHA for a15ccbb
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