feat(vaunt): add vaunt config

This commit is contained in:
LinkinStars 2023-09-06 16:04:20 +08:00
parent e75142a555
commit d5271ac059
3 changed files with 20 additions and 0 deletions

BIN
.vaunt/bug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

20
.vaunt/config.yaml Normal file
View File

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

BIN
.vaunt/enhancement.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB