@factorialco/gat
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -10,3 +10,3 @@ export declare type EventName = "push" | "pull_request" | "pull_request_review" | "workflow_run" | "workflow_dispatch" | "schedule"; | ||
paths?: string[]; | ||
types?: Array<"opened" | "reopened" | "synchronize" | "labeled" | "unlabeled">; | ||
types?: Array<"opened" | "closed" | "reopened" | "synchronize" | "labeled" | "unlabeled">; | ||
} | ||
@@ -13,0 +13,0 @@ interface PullRequestReviewEventOptions { |
{ | ||
"name": "@factorialco/gat", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "TODO", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
17820