feat: Add hardened error handling and retries (#2451)
- Closes #1830 - Closes #2099
This commit is contained in:
committed by
dermotduffy
parent
4bc787e2b7
commit
47bcce93d3
Vendored
+4
@@ -5,6 +5,10 @@ declare module 'view' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
interface ViewContext {}
|
||||
}
|
||||
declare module 'issue' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
interface IssueTriggerContext {}
|
||||
}
|
||||
declare module 'action' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
interface ActionContext {}
|
||||
|
||||
Reference in New Issue
Block a user