Skip to content

Commit 67c1f35

Browse files
committed
Add missing issue type actions
The "typed" and "untyped" issue actions were added a while ago for when issue types are added/removed from an issue. These were causing errors in triagebot's logs when it failed to deserialize these.
1 parent 6792a75 commit 67c1f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/github.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,8 @@ pub enum IssuesAction {
12231223
AutoMergeDisabled,
12241224
Enqueued,
12251225
Dequeued,
1226+
Typed,
1227+
Untyped,
12261228
}
12271229

12281230
#[derive(Debug, serde::Deserialize)]

0 commit comments

Comments
 (0)