From 710e7f9f5e5c9ab79ac08460a3d7d5a937b379f1 Mon Sep 17 00:00:00 2001 From: Phil Ngo <58080811+philknows@users.noreply.github.com> Date: Fri, 15 Jul 2022 07:34:08 -0600 Subject: [PATCH] Update stalebot options and funding url (#135) * Update stale.yml * Update funding.yml * Update to tag with meta-stable label * Removed extra https in funding url --- .github/FUNDING.yml | 2 +- .github/stale.yml | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d61ad3c..d7a9242 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: https://gitcoin.co/grants/79/lodestar-eth20-client +custom: https://gitcoin.co/grants/6034/lodestar-typescript-ethereum-consensus-client diff --git a/.github/stale.yml b/.github/stale.yml index 66150f5..4d49c20 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,18 +12,17 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "PR state: on-ice" - - "Good First Issue" - - "Status: On Ice" - - "Priority: 4 - Low" - - "Priority: 3 - Medium" - - "Priority: 2 - High" - - "Priority: 1 - Critical" - - "discussion" - - "Discussion" - - "Epic" - - "Good First Issue" - - "help wanted" + - "Epic" + - "meta-good-first-issue" + - "meta-help-wanted" + - "meta-discussion" + - "meta-pm" + - "prio-critical" + - "prio-high" + - "prio-medium" + - "prio-low" + - "status-blocked" + - "status-do-not-merge" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false @@ -35,7 +34,7 @@ exemptMilestones: true exemptAssignees: true # Label to use when marking as stale -staleLabel: bot:stale +staleLabel: meta-stale # Comment to post when marking as stale. Set to `false` to disable markComment: >