From 72700a7df208db22ec9f9ad5754e584faf48f465 Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Wed, 6 Sep 2023 16:30:42 +0800 Subject: [PATCH] feat(vaunt): update vaunt config --- .vaunt/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vaunt/config.yaml b/.vaunt/config.yaml index fcbfd074..e629d566 100644 --- a/.vaunt/config.yaml +++ b/.vaunt/config.yaml @@ -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']