mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 03:05:43 +08:00
test: con
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
|
||||
let ICE: IIssueCoreEngine;
|
||||
export function initAdvancedICE(_ICE: IIssueCoreEngine) {
|
||||
console.log(_ICE)
|
||||
ICE = _ICE;
|
||||
}
|
||||
|
||||
|
@@ -112,7 +112,7 @@ export class IssueHelperEngine implements IIssueHelperEngine {
|
||||
}
|
||||
|
||||
public async doExeAction(action: TAction) {
|
||||
const { owner, repo, issueNumber, emoji, labels, assignees, title, body, updateMode, state, ctx } = this;
|
||||
const { issueNumber, emoji, labels, assignees, title, body, updateMode, state, ctx } = this;
|
||||
switch (action) {
|
||||
// ---[ Base Begin ]--->>>
|
||||
case 'add-assignees': {
|
||||
|
Reference in New Issue
Block a user