From 3e03861cb460f6afd8fa17b87fde3d55811c538d Mon Sep 17 00:00:00 2001 From: Rachid F Date: Mon, 8 Apr 2024 20:04:32 +0200 Subject: [PATCH] :sparkles: Repository Achievements --- .vaunt/config.yaml | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 .vaunt/config.yaml diff --git a/.vaunt/config.yaml b/.vaunt/config.yaml new file mode 100644 index 000000000..e9b996947 --- /dev/null +++ b/.vaunt/config.yaml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index d7d652772..8eb0252bd 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ Visit our [Quickstart Guide](https://docs.panora.dev/quick-start) to start addin ## 🚀 Contributors - - - +

+ +

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)