From 5456f5a34fb4f73a3488954b7bef8eb00f11afae Mon Sep 17 00:00:00 2001 From: Guru Sabarish Date: Tue, 10 Aug 2021 17:33:56 +0530 Subject: [PATCH] Delete stale.yml --- .github/workflows/stale.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index f042442..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Clean up the stale issues - -daysUntilStale: 30 -daysUntilClose: 1 - -exemptLabels: - - in progress - - pending - -staleLabel: stale - -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -closeComment: false