add number in the list of properties supported for rules

This commit is contained in:
Federico M. Facca
2023-05-03 14:22:34 +02:00
parent a048629d81
commit 4da4b3fa8e
+1
View File
@@ -31,6 +31,7 @@ export interface Category {
* Defines the properties of the PullRequestInfo useable in different configurations
*/
export type Property =
| 'number'
| 'title'
| 'branch'
| 'author'