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

* Re: [PR PATCH] [Updated] .github/workflows/stale.yml: increase operations limit
  2022-04-14 23:32 [PR PATCH] ./github/workflows/stale.yml: increase operations limit classabbyamp
@ 2022-04-14 23:36 ` classabbyamp
  2022-04-14 23:36 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-04-14 23:36 UTC (permalink / raw)
  To: ml

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

There is an updated 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`](https://github.com/actions/stale#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: 904 bytes --]

From 3e71186d9eeab1efefed10a216e99e366585ed92 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

* Re: .github/workflows/stale.yml: increase operations limit
  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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-04-14 23:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36699#issuecomment-1099720420

Comment:
cc: @the-maldridge 

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

* Re: [PR PATCH] [Updated] .github/workflows/stale.yml: increase operations limit
  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 ` classabbyamp
  2022-04-15  0:15 ` dmarto
  2022-04-15  0:49 ` [PR PATCH] [Merged]: " the-maldridge
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-04-14 23:45 UTC (permalink / raw)
  To: ml

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

There is an updated 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`](https://github.com/actions/stale#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: 904 bytes --]

From bb026942c2b84fdc7c9819e16de9d726da4ed330 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 250, 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..9dbb76cd2a3d 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: 250

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

* Re: .github/workflows/stale.yml: increase operations limit
  2022-04-14 23:32 [PR PATCH] ./github/workflows/stale.yml: increase operations limit classabbyamp
                   ` (2 preceding siblings ...)
  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
  4 siblings, 0 replies; 6+ messages in thread
From: dmarto @ 2022-04-15  0:15 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/36699#issuecomment-1099735351

Comment:
obviously, I approve this ~~message~~ change :smiley: 

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

* Re: [PR PATCH] [Merged]: .github/workflows/stale.yml: increase operations limit
  2022-04-14 23:32 [PR PATCH] ./github/workflows/stale.yml: increase operations limit classabbyamp
                   ` (3 preceding siblings ...)
  2022-04-15  0:15 ` dmarto
@ 2022-04-15  0:49 ` the-maldridge
  4 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2022-04-15  0:49 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

.github/workflows/stale.yml: increase operations limit
https://github.com/void-linux/void-packages/pull/36699

Description:
By setting [`ascending`](https://github.com/actions/stale#ascending) to `true`, the most stale issues and PRs will be caught first. By increasing the operations limit from the default (30) to 250, more stale issues/PRs will be caught each run, increasing the speed of the burndown.

This implements some of the suggestions from #36657



^ 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).