mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 04:12:42 +08:00
add the expectJobRegExpStr field to make it can filter unrelated job
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export enum MarkAsNotSuitReason {
|
||||
UNKNOWN = 0,
|
||||
BOSS_INACTIVE = 1,
|
||||
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2
|
||||
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2,
|
||||
JOB_NOT_SUIT = 3,
|
||||
}
|
||||
Reference in New Issue
Block a user