Skip to content

Commit 72700a7

Browse files
committed
feat(vaunt): update vaunt config
1 parent 818af49 commit 72700a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vaunt/config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ achievements:
66
description: Awarded for bringing up enhancement, dream big!
77
triggers:
88
- trigger:
9-
actor: author
9+
actor: assignees
1010
action: issue
1111
condition: labels in ['enhancement'] & labels in ['LGTM']
1212
- achievement:
@@ -15,6 +15,6 @@ achievements:
1515
description: Awarded for identifying real bugs, well spotted!
1616
triggers:
1717
- trigger:
18-
actor: author
18+
actor: assignees
1919
action: issue
2020
condition: labels in ['bug'] & labels in ['LGTM']

0 commit comments

Comments
 (0)