From b38fa135057eb52d4594ec7ebcf351b1fbf023bc Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:56:21 +0300 Subject: [PATCH] [MIRROR] PRs with the "Good First PR" label now award 6 GBPs [MDB IGNORE] (#798) * PRs with the "Good First PR" label now award 6 GBPs (#79874) --------- Co-authored-by: SkyratBot <59378654+SkyratBot@users.noreply.github.com> 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