🤖 labels: add x:rep labels for awarding reputation#354
Closed
exercism-bot wants to merge 1 commit into
Hidden character warning
The head ref may contain hidden characters: "\ud83e\udd16/org-wide-files/2207809734"
Closed
Conversation
x:rep labels for awarding reputation
ee7
reviewed
Apr 22, 2022
| color: "ffffff" | ||
|
|
||
| # The `x:rep/<value>` labels describe the amount of reputation to award | ||
| # |
Member
|
Maybe we can recreate this PR. Setting as draft so this isn't merged automatically. |
ee7
marked this pull request as draft
April 23, 2022 09:03
Member
|
We'll re-create this. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Up until now, we used the
x:sizelabel to deviate from the defaultreputation that is awarded for a pull request.
This worked well, until we decided to also allow awarding reputation
for opening an issue (but only for large/massive issues), as we already
used the
x:sizelabel for an indication of the effort needed toimplement said issue.
To combat this, we decided to switch to using a
x:replabel for awardingreputation, both for pull requests and issues.
This PR adds the
x:replabels.For backwards compatibility purposes, we still support the
x:sizelabel on pull requests, but recommend using the
x:replabel from nowon.
For more information on reputation and how these labels should be used,
check out https://exercism.org/docs/using/product/reputation
ℹ More info: exercism/org-wide-files@68ae5eb
👁 Tracking issue: exercism/org-wide-files#202