We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75142a commit d5271acCopy full SHA for d5271ac
.vaunt/bug.png
215 KB
.vaunt/config.yaml
@@ -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
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
17
18
19
20
+ condition: labels in ['bug'] & labels in ['LGTM']
.vaunt/enhancement.png
228 KB
0 commit comments