reg-gh-app-interface
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -12,2 +12,3 @@ export interface BaseEventBody { | ||
} | ||
export declare type PrCommentBehavior = "default" | "once" | "new"; | ||
export interface CommentToPrBody extends BaseEventBody, ResultMetadata { | ||
@@ -19,2 +20,3 @@ branchName: string; | ||
passedItemsCount: number; | ||
behavior?: PrCommentBehavior; | ||
reportUrl?: string; | ||
@@ -21,0 +23,0 @@ headOid?: string; |
{ | ||
"name": "reg-gh-app-interface", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "e214f706eefd42566e504a1091110ad7d1f60cd8" | ||
"gitHead": "1c45b45dfb3b5e5a2d9e6aacb814f80ce57892be" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3499
45