oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.71k stars 220 forks source link

Added workflow to remove stale, incomplete issues #2182

Closed dr7ana closed 1 year ago

dr7ana commented 1 year ago

New github workflow to remove incomplete issues that are abandoned by the submitting user.

To be deleted, an issue must be:

  1. Tagged as "incomplete", request made for more information
  2. No response after being tagged as incomplete for 14 days, issue is marked "stale"
  3. After 7 more days of no response, issue is deleted
tewinget commented 1 year ago

You accidentally included a version bump of the ngtcp2 submodule in this.

jagerman commented 1 year ago

LGTM; let's merge it and see how it goes.