diff --git a/.vaunt/bug.png b/.vaunt/bug.png new file mode 100644 index 00000000..54b4c64f Binary files /dev/null and b/.vaunt/bug.png differ diff --git a/.vaunt/config.yaml b/.vaunt/config.yaml new file mode 100644 index 00000000..aed2b2e2 --- /dev/null +++ b/.vaunt/config.yaml @@ -0,0 +1,20 @@ +version: 0.0.1 +achievements: + - achievement: + name: Visionary Architect + icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/enhancement.png + description: Awarded for bringing up enhancement, dream big! + triggers: + - trigger: + actor: author + action: issue + condition: labels in ['enhancement'] & labels in ['LGTM'] + - achievement: + name: Bug Hunter + icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png + description: Awarded for identifying real bugs, well spotted! + triggers: + - trigger: + actor: author + action: issue + condition: labels in ['bug'] & labels in ['LGTM'] diff --git a/.vaunt/enhancement.png b/.vaunt/enhancement.png new file mode 100644 index 00000000..fa6f442a Binary files /dev/null and b/.vaunt/enhancement.png differ