feat(net-tools): 更新mr的动作类型
All checks were successful
/ release (push) Successful in 29s

This commit is contained in:
zhaoyingbo 2024-11-20 12:49:57 +00:00
parent 6d7619cafd
commit 17859d5a03
2 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"cSpell.words": [
"commitlint",
"tseslint",
"unapproval",
"Xauthor",
"Xicon",
"Xname",

View File

@ -386,6 +386,19 @@ export namespace Gitlab {
*
*/
state: "opened" | "closed" | "reopened" | "merged"
/**
*
*/
action:
| "open"
| "close"
| "reopen"
| "update"
| "approved"
| "unapproved"
| "approval"
| "unapproval"
| "merge"
/**
*
*/