feat(vaunt): update vaunt config

This commit is contained in:
LinkinStars 2023-09-06 16:30:42 +08:00
parent 818af49f27
commit 72700a7df2
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ achievements:
description: Awarded for bringing up enhancement, dream big!
triggers:
- trigger:
actor: author
actor: assignees
action: issue
condition: labels in ['enhancement'] & labels in ['LGTM']
- achievement:
@ -15,6 +15,6 @@ achievements:
description: Awarded for identifying real bugs, well spotted!
triggers:
- trigger:
actor: author
actor: assignees
action: issue
condition: labels in ['bug'] & labels in ['LGTM']