Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] .github/workflows: Enable actions/stale
Date: Sat, 02 Apr 2022 07:05:48 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36462@inbox.vuxu.org> (raw)

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

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

https://github.com/the-maldridge/void-packages clean-up-stale
https://github.com/void-linux/void-packages/pull/36462

.github/workflows: Enable actions/stale
This PR enables the actions/stale PR and issue cleaner with a 90 day timeout and 14 day close timeout.

@void-linux/pkg-committers this is your last opportunity to protest this change before it is enabled.  If no opposition is received for this by 2022-04-08 it will be switched on.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clean-up-stale-36462.patch --]
[-- Type: text/x-diff, Size: 1482 bytes --]

From 7a4289f1409b653e5479ac024c4e9f446ffa66e5 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sat, 2 Apr 2022 00:02:47 -0500
Subject: [PATCH] .github/workflows: Enable actions/stale

---
 .github/workflows/stale.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index abdc83c9d383..91ac19e4f638 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,10 +12,8 @@ jobs:
     steps:
       - uses: actions/stale@v4
         with:
-          stale-issue-message: 'Issues become stale 90 days after last activity and are closed 7 days after that.  If this issue is still relevant bump it or assign it.'
-          stale-pr-message: 'Pull Requests become stale 90 days after last activity and are closed 7 days after that.  If this pull request is still relevant bump it or assign it.'
+          stale-issue-message: 'Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.'
+          stale-pr-message: 'Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.'
           days-before-stale: 90
-          days-before-close: 7
-          debug-only: true
+          days-before-close: 14
           exempt-all-assignees: true
-          operations-per-run: 1000

             reply	other threads:[~2022-04-02  5:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-02  5:05 the-maldridge [this message]
2022-04-10  5:47 ` Anachron
2022-04-11  1:42 ` [PR PATCH] [Closed]: " ahesford
2022-04-11  1:42 ` ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36462@inbox.vuxu.org \
    --to=the-maldridge@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).