diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..9be12b64 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: eugeny +open_collective: terminus +ko_fi: eugeny diff --git a/.github/stale.yml b/.github/stale.yml index 333a804b..a3d40cc4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - "T: Enhancement" - - "S: Triaged" + - "S: Confirmed" # Label to use when marking an issue as stale staleLabel: "S: Stale" # Comment to post when marking an issue as stale. Set to `false` to disable