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']