feat: add toggle-labels action

This commit is contained in:
wuxh
2023-01-12 22:26:46 +08:00
parent f4eba4debf
commit 8f847c01c2
5 changed files with 40 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ export type TAction =
| 'unlock-issue'
| 'update-comment'
| 'update-issue'
| 'toggle-labels'
// [ Base End ]
// ^_^ ========== ^_^
// [ Advanced Begin ]