We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccea869 commit 1ca90a7Copy full SHA for 1ca90a7
openapi.json
@@ -6335,7 +6335,8 @@
6335
"defer",
6336
"error",
6337
"ignore",
6338
- "warn"
+ "warn",
6339
+ "monitor"
6340
]
6341
}
6342
},
types/api.d.ts
@@ -2139,7 +2139,7 @@ export interface operations {
2139
issueRules: {
2140
[key: string]: {
2141
/** @enum {string} */
2142
- action: "defer" | "error" | "ignore" | "warn";
+ action: "defer" | "error" | "ignore" | "warn" | "monitor";
2143
};
2144
2145
0 commit comments