Skip to content

Commit

Permalink
add number in the list of properties supported for rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed May 3, 2023
1 parent a048629 commit 4da4b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface Category {
* Defines the properties of the PullRequestInfo useable in different configurations
*/
export type Property =
| 'number'
| 'title'
| 'branch'
| 'author'
Expand Down

0 comments on commit 4da4b3f

Please sign in to comment.