From 32bd895632f419c515be9068ad3520eddc30ccf2 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Wed, 29 Sep 2021 13:58:49 +0200 Subject: [PATCH] Revert "Start of contributing, adding lock and stale (as per example from Juiceshop" This reverts commit 897afa3c2be72cb71a961e80f6c659a28caf44c4. --- .github/lock.yml | 10 ---------- .github/stale.yml | 14 -------------- CONTRIBUTING.md | 0 3 files changed, 24 deletions(-) delete mode 100644 .github/lock.yml delete mode 100644 .github/stale.yml delete mode 100644 CONTRIBUTING.md diff --git a/.github/lock.yml b/.github/lock.yml deleted file mode 100644 index 436e0b9a7..000000000 --- a/.github/lock.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -daysUntilLock: 365 -skipCreatedBefore: false -exemptLabels: [] -lockLabel: false -lockComment: > - This thread has been automatically locked because it has not had - recent activity after it was closed. :lock: Please open a new issue - for regressions or related bugs. -setLockReason: false diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 814750195..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -daysUntilStale: 90 -daysUntilClose: 14 -exemptLabels: - - bounty - - challenge - - critical - - feature - - technical debt -staleLabel: stale -markComment: > - This issue has been automatically marked as `stale` because it has not had - recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs. -closeComment: false \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e69de29bb..000000000