answer/.vaunt/config.yaml

21 lines
739 B
YAML
Raw Permalink Normal View History

2023-09-06 16:04:20 +08:00
version: 0.0.1
achievements:
- achievement:
name: Visionary Architect
2023-09-06 16:06:34 +08:00
icon: https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/enhancement.png
2023-09-06 16:04:20 +08:00
description: Awarded for bringing up enhancement, dream big!
triggers:
- trigger:
2023-09-06 16:30:42 +08:00
actor: assignees
2023-09-06 16:04:20 +08:00
action: issue
condition: labels in ['enhancement'] & labels in ['LGTM']
- achievement:
name: Bug Hunter
2023-09-06 16:06:34 +08:00
icon: https://raw.githubusercontent.com/answerdev/answer/main/.vaunt/bug.png
2023-09-06 16:04:20 +08:00
description: Awarded for identifying real bugs, well spotted!
triggers:
- trigger:
2023-09-06 16:30:42 +08:00
actor: assignees
2023-09-06 16:04:20 +08:00
action: issue
condition: labels in ['bug'] & labels in ['LGTM']