Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ./github/workflows/stale.yml: increase operations limit
@ 2022-04-14 23:32 classabbyamp
  2022-04-14 23:36 ` [PR PATCH] [Updated] .github/workflows/stale.yml: " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: classabbyamp @ 2022-04-14 23:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages increase-stale-limit
https://github.com/void-linux/void-packages/pull/36699

./github/workflows/stale.yml: increase operations limit
By setting `ascending` to `true`, the most stale issues and PRs will be caught first. By increasing the operations limit from the default (30) to 100, more stale issues/PRs will be caught each run, increasing the speed of the burndown.

This implements some of the suggestions from #36657



A patch file from https://github.com/void-linux/void-packages/pull/36699.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-increase-stale-limit-36699.patch --]
[-- Type: text/x-diff, Size: 905 bytes --]

From 6afded44570cc291b13587b5e06a4884f0f48356 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Thu, 14 Apr 2022 19:30:06 -0400
Subject: [PATCH] ./github/workflows/stale.yml: increase operations limit

By setting `ascending` to `true`, the most stale issues and PRs will be
caught first. By increasing the operations limit from the default (30)
to 100, more stale issues/PRs will be caught each run, increasing the
speed of the burndown.
---
 .github/workflows/stale.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 91ac19e4f638..5c702df7d68a 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -17,3 +17,5 @@ jobs:
           days-before-stale: 90
           days-before-close: 14
           exempt-all-assignees: true
+          ascending: true
+          operations-per-run: 100

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-15  0:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 23:32 [PR PATCH] ./github/workflows/stale.yml: increase operations limit classabbyamp
2022-04-14 23:36 ` [PR PATCH] [Updated] .github/workflows/stale.yml: " classabbyamp
2022-04-14 23:36 ` classabbyamp
2022-04-14 23:45 ` [PR PATCH] [Updated] " classabbyamp
2022-04-15  0:15 ` dmarto
2022-04-15  0:49 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).