Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yaml #7

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .vaunt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ achievements:
- trigger:
actor: author
action: commit
condition: count() >= 10
condition: count() >= 1
- achievement:
name: Pull Request Hero
icon: https://raw.githubusercontent.com/keploy/keploy/main/.vaunt/badge/pull_request_hero.png
Expand All @@ -17,7 +17,7 @@ achievements:
- trigger:
actor: author
action: pull_request
condition: count(merged = true) >= 5
condition: merged = true
- achievement:
name: Docs Maker
icon: https://raw.githubusercontent.com/keploy/keploy/main/.vaunt/badge/docs_hero.png
Expand All @@ -26,13 +26,13 @@ achievements:
- trigger:
actor: author
action: issue
condition: closed & labels in ['Documentation']
condition: closed = true & labels in ['Documentation']
- achievement:
name: Closer
icon: https://raw.githubusercontent.com/sonichigo/keploy/vaunt/.vaunt/closer.png
icon: https://raw.githubusercontent.com/sonichigo/keploy/vaunt/.vaunt/badge/closer.png
description: Only closers get coffee!!
triggers:
- trigger:
actor: author
actor: assignees
action: issue
condition: closed & labels in ['Documentation']
condition: closed = true