mirror of https://gitee.com/answerdev/answer.git
feat(vaunt): add vaunt config
This commit is contained in:
parent
e75142a555
commit
d5271ac059
Binary file not shown.
After Width: | Height: | Size: 215 KiB |
|
@ -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']
|
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
Loading…
Reference in New Issue