We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6415bcf + dae3a6f commit f157af2Copy full SHA for f157af2
.vaunt/config.yaml
@@ -2,7 +2,7 @@ version: 0.0.1
2
achievements:
3
- achievement:
4
name: Visionary Architect
5
- icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/enhancement.png
+ icon: https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/enhancement.png
6
description: Awarded for bringing up enhancement, dream big!
7
triggers:
8
- trigger:
@@ -11,7 +11,7 @@ achievements:
11
condition: labels in ['enhancement'] & labels in ['LGTM']
12
13
name: Bug Hunter
14
- icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png
+ icon: https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png
15
description: Awarded for identifying real bugs, well spotted!
16
17
0 commit comments