Skip to content

Commit

Permalink
Remove award (ivy-llc#27923)
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN authored and Sam-Armstrong committed Jan 16, 2024
1 parent 42695a5 commit c77d1be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 59 deletions.
48 changes: 4 additions & 44 deletions .vaunt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 1

- achievement:
name: Pull Request Pioneer
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-00.png
description: Awarded for creating pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 1
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 1

- achievement:
name: Merging Master
Expand Down Expand Up @@ -59,17 +49,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 5

- achievement:
name: Pull Request Pioneer Bronze
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-02.png
description: Awarded for creating 5 pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 5
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 5

- achievement:
name: Merging Master Bronze
Expand Down Expand Up @@ -109,17 +89,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 15

- achievement:
name: Pull Request Pioneer Silver
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-03.png
description: Awarded for creating 15 pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 15
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 15

- achievement:
name: Merging Master Silver
Expand Down Expand Up @@ -159,17 +129,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 30

- achievement:
name: Pull Request Pioneer Gold
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-04.png
description: Awarded for creating 30 pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 30
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 30

- achievement:
name: Merging Master Gold
Expand Down
15 changes: 0 additions & 15 deletions docs/overview/contributing/contributor_rewards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Badges
**Debugging Dynamos** - These badges are awarded to contributors who demonstrate exceptional skill in identifying and reporting issues.
It recognizes the crucial role of pinpointing problems which is fundamental in maintaining the integrity and performance of our codebase.

**Pull Request Pioneer** - These awards are granted to those who actively contribute to the development of our projects by initiating pull requests. This badge acknowledges the importance of collaborative development and the initiative taken in proposing valuable code changes and improvements.

**Merging Master** - These badges are formal recognitions for contributors whose pull requests consistently meet our high standards of quality and are successfully merged into the main codebase.

**Merging Wizard** - These exclusive badges are awarded to contributors who successfully get *priority* pull requests merged. This recognition is for handling complex, high-priority tasks that have a substantial impact on the project's progress and success.
Expand Down Expand Up @@ -44,19 +42,6 @@ Badge Tiers
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_01-04.png
:width: 110
:alt: Alternative text
* - Pull Request Pioneer
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-00.png
:width: 110
:alt: Alternative text
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-02.png
:width: 110
:alt: Alternative text
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-03.png
:width: 110
:alt: Alternative text
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-04.png
:width: 110
:alt: Alternative text
* - Merging Master
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_04-00.png
:width: 110
Expand Down

0 comments on commit c77d1be

Please sign in to comment.