Skip to content

Commit

Permalink
testing vaunt.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nkkko committed Aug 21, 2024
1 parent 41f64f1 commit cf1d006
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions .vaunt/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
version: 0.0.1

achievements:
- achievement:
name: Tech Scribe
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/tech_scribe.png
description: You've penned your first Daytona Dotfiles Insider chronicle! One article that shares valuable insights.
triggers:
- trigger:
actor: author
action: pull_request
condition: merged = true AND count() = 1

- achievement:
name: Parable Crafter
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/parable_crafter.png
description: Your wisdom grows. You've created 5 Daytona Dotfiles Insider pieces, each a story of technical insight.
triggers:
- trigger:
actor: author
action: pull_request
condition: merged = true AND count() >= 5

- achievement:
name: Koan Master
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/koan_master.png
description: True enlightenment! Your 10+ Daytona Dotfiles Insider articles you wrote have become a source of profound tech wisdom.
triggers:
- trigger:
actor: author
action: pull_request
condition: merged = true AND count() >= 10

- achievement:
name: Ummon's Disciple
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/ummons_disciple.png
description: Like Ummon's cryptic teachings, your unmerged PRs spark thought. 3+ closed but unmerged PRs show your dedication to improvement.
triggers:
- trigger:
actor: author
action: pull_request
condition: merged = false AND closed = true AND count() >= 3

- achievement:
name: Cosmic Observer
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/cosmic_observer.png
description: You've gazed into the Daytona universe by starring our repository. The first step on a journey of discovery!
triggers:
- trigger:
actor: author
action: star
condition: starred = true

- achievement:
name: Quantum Proposer
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/quantum_proposer.png
description: You've introduced a new possibility to the Daytona Dotfiles multiverse by proposing an issue. Your idea may shape future realities!
triggers:
- trigger:
actor: author
action: issue
condition: count() >= 1

webhooks:
- webhook:
name: achievements
type: github
metadata:
discussion:
repository: daytonaio/content
title: The Wisdom Path of Daytona Content Creation
events:
- event:
type: achievement
value: Tech Scribe
- event:
type: achievement
value: Parable Crafter
- event:
type: achievement
value: Koan Master
- event:
type: achievement
value: Ummon's Disciple
- event:
type: achievement
value: Cosmic Observer
- event:
type: achievement
value: Quantum Proposer
Binary file added .vaunt/cosmic_observer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vaunt/koan_master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vaunt/parable_crafter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vaunt/quantum_proposer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vaunt/tech_scribe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vaunt/ummons_disciple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf1d006

Please sign in to comment.