mirror of https://gitee.com/answerdev/answer.git
feat(vaunt): update vaunt config
This commit is contained in:
parent
d5271ac059
commit
64376f6e61
|
@ -2,7 +2,7 @@ version: 0.0.1
|
|||
achievements:
|
||||
- achievement:
|
||||
name: Visionary Architect
|
||||
icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/enhancement.png
|
||||
icon: https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/enhancement.png
|
||||
description: Awarded for bringing up enhancement, dream big!
|
||||
triggers:
|
||||
- trigger:
|
||||
|
@ -11,7 +11,7 @@ achievements:
|
|||
condition: labels in ['enhancement'] & labels in ['LGTM']
|
||||
- achievement:
|
||||
name: Bug Hunter
|
||||
icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png
|
||||
icon: https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png
|
||||
description: Awarded for identifying real bugs, well spotted!
|
||||
triggers:
|
||||
- trigger:
|
||||
|
|
Loading…
Reference in New Issue