Skip to content

Commit 6bd2ac6

Browse files
raklaptudirmgithub-actions
and
github-actions
authored
merge: Decrease time period for marking an issue stale (#885)
* chore: mark stale after 7 days of inactivity * Auto-update DIRECTORY.md * chore: length info provided in comments Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 833d05d commit 6bd2ac6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 30
3-
# Number of days of inactivity before a stale issue is closed
1+
# Number of days of inactivity before an issue becomes stale (a week)
2+
daysUntilStale: 7
3+
# Number of days of inactivity before a stale issue is closed (a week)
44
daysUntilClose: 7
55
# Issues with these labels will never be considered stale
66
exemptLabels:

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
* [UnionFind](https://github.com/TheAlgorithms/Javascript/blob/master/Search/UnionFind.js)
256256

257257
## Sorts
258+
* [AlphaNumericalSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/AlphaNumericalSort.js)
258259
* [BeadSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BeadSort.js)
259260
* [BogoSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BogoSort.js)
260261
* [BubbleSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BubbleSort.js)

0 commit comments

Comments
 (0)