We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a77dfc commit f9e7dc8Copy full SHA for f9e7dc8
1 file changed
src/store/events.ts
@@ -19,7 +19,9 @@ const TARGET_EVENTS = [
19
] as const;
20
const FILTERED_ACTIONS = [
21
"labeled",
22
- "unlabeled"
+ "unlabeled",
23
+ "assigned",
24
+ "unassigned"
25
26
27
function getActionString({ type, payload }: RawEvent): string {
0 commit comments