From 3905cfc9894e463bf89c5cd2c946927cc9f48dab Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:09:46 +0100 Subject: [PATCH] [MIRROR] PRs with the "Good First PR" label now award 6 GBPs [MDB IGNORE] (#25218) * PRs with the "Good First PR" label now award 6 GBPs (#79874) ## About The Pull Request Exactly what it reads on the tin. ## Why It's Good For The Game I've brought it up with the maintainers, and Oranges said it should award the same amount of a feature so first-time contributors don't get overly penalized by it. ## Changelog N/A * PRs with the "Good First PR" label now award 6 GBPs --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> --- .github/gbp.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/gbp.toml b/.github/gbp.toml index 70032056dfe..fe086e79b55 100644 --- a/.github/gbp.toml +++ b/.github/gbp.toml @@ -9,6 +9,7 @@ reset_label = "GBP: Reset" "Code Improvement" = 2 "Documentation" = 1 "Feature" = -6 +"Good First PR" = 6 "Feedback" = 2 "Fix" = 3 "Grammar and Formatting" = 1