-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.