Skip to content

Commit d5271ac

Browse files
committed
feat(vaunt): add vaunt config
1 parent e75142a commit d5271ac

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.vaunt/bug.png

215 KB
Loading

.vaunt/config.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
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
6+
description: Awarded for bringing up enhancement, dream big!
7+
triggers:
8+
- trigger:
9+
actor: author
10+
action: issue
11+
condition: labels in ['enhancement'] & labels in ['LGTM']
12+
- achievement:
13+
name: Bug Hunter
14+
icon: https://https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png
15+
description: Awarded for identifying real bugs, well spotted!
16+
triggers:
17+
- trigger:
18+
actor: author
19+
action: issue
20+
condition: labels in ['bug'] & labels in ['LGTM']

.vaunt/enhancement.png

228 KB
Loading

0 commit comments

Comments
 (0)