From 51cedbf3cb4b8cb875c8ce5a9a70fb377d00d4ec Mon Sep 17 00:00:00 2001 From: Rak Laptudirm Date: Wed, 16 Feb 2022 14:15:00 +0530 Subject: [PATCH 1/3] chore: mark stale after 7 days of inactivity --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index fe51e49e47..5470feb96e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 30 +daysUntilStale: 7 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale From 00a200add52a825913bbe8f16e0d49ea8fb8bf98 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:45:29 +0000 Subject: [PATCH 2/3] Auto-update DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 46aa5907c6..927b3b1bde 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -255,6 +255,7 @@ * [UnionFind](https://github.com/TheAlgorithms/Javascript/blob/master/Search/UnionFind.js) ## Sorts + * [AlphaNumericalSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/AlphaNumericalSort.js) * [BeadSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BeadSort.js) * [BogoSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BogoSort.js) * [BubbleSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BubbleSort.js) From 0a818ab94a0d8c600e6319f3adb36bb1f1717285 Mon Sep 17 00:00:00 2001 From: Rak Laptudirm Date: Wed, 16 Feb 2022 19:22:11 +0530 Subject: [PATCH 3/3] chore: length info provided in comments --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5470feb96e..447e204a5f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,6 +1,6 @@ -# Number of days of inactivity before an issue becomes stale +# Number of days of inactivity before an issue becomes stale (a week) daysUntilStale: 7 -# Number of days of inactivity before a stale issue is closed +# Number of days of inactivity before a stale issue is closed (a week) daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: