Skip to content

Commit 8202b81

Browse files
authored
Merge pull request #1900 from Urgau/shortcut-rm-inactive
Remove `S-inactive` label when using shortcuts
2 parents a9ed2b9 + 92546b4 commit 8202b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/shortcut.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(super) async fn handle_command(
2929
let waiting_on_review = "S-waiting-on-review";
3030
let waiting_on_author = "S-waiting-on-author";
3131
let blocked = "S-blocked";
32-
let status_labels = [waiting_on_review, waiting_on_author, blocked];
32+
let status_labels = [waiting_on_review, waiting_on_author, blocked, "S-inactive"];
3333

3434
let add = match input {
3535
ShortcutCommand::Ready => waiting_on_review,

0 commit comments

Comments
 (0)