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
This commit is contained in:
parent
6057e93208
commit
710e7f9f5e
|
@ -1 +1 @@
|
|||
custom: https://gitcoin.co/grants/79/lodestar-eth20-client
|
||||
custom: https://gitcoin.co/grants/6034/lodestar-typescript-ethereum-consensus-client
|
||||
|
|
|
@ -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: >
|
||||
|
|
Reference in New Issue