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

✨ Repository Achievements #345

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
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
38 changes: 38 additions & 0 deletions .vaunt/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 0.0.1
achievements:
- achievement:
name: Shooting Star
icon: https://raw.githubusercontent.com/vauntdev/example/main/.vaunt/shooting_star.png
description: Awarded for starring our repository, make a wish!
triggers:
- trigger:
actor: author
action: star
condition: starred = true
- achievement:
name: Every Bit Counts
icon: https://raw.githubusercontent.com/vauntdev/example/main/.vaunt/every_bit_counts.png
description: No commit is too small!
triggers:
- trigger:
actor: author
action: commit
condition: count() >= 1
- achievement:
name: Pull Request Hero
icon: https://raw.githubusercontent.com/vauntdev/example/main/.vaunt/pull_request_hero.png
description: You're a PR hero, rock on!
triggers:
- trigger:
actor: author
action: pull_request
condition: merged = true
- achievement:
name: Closer
icon: https://raw.githubusercontent.com/vauntdev/example/main/.vaunt/closer.png
description: Only closers get coffee!
triggers:
- trigger:
actor: author
action: issue
condition: closed = true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Visit our [Quickstart Guide](https://docs.panora.dev/quick-start) to start addin

## 🚀 Contributors

<a href="https://github.com/panoratech/Panora/graphs/contributors">
<img src="https://contrib.rocks/image?repo=panoratech/Panora" />
</a>
<p>
<img src="https://api.vaunt.dev/v1/github/entities/panoratech/repositories/panora/contributors?format=svg&limit=12" width="600" />
</p>

Want to contribute? Visit our [guide](https://docs.panora.dev/open-source/contributors#setup-your-environnement) or check our detailed integrations guide [here.](https://github.com/panoratech/Panora/blob/main/INTEGRATIONS.md)

Expand Down
Loading