Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] .github/workflows/stale.yml: do not close issues labelled as bug
@ 2022-07-25 16:45 Chocimier
  2022-08-02 17:44 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2022-07-25 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org issue-bug
https://github.com/void-linux/void-packages/pull/38272

.github/workflows/stale.yml: do not close issues labelled as bug
We need a way to exclude issues form autoclosing. Or stop autoclosing any issues.

PR #36411 was built with excluding [`label:bug -label:needs-testing`](https://github.com/void-linux/void-packages/issues?q=is%3Aopen+is%3Aissue+label%3Abug+-label%3Aneeds-testing+) in mind, but this is not expressible with workflow. Let `bug` label make issues not stale.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-issue-bug-38272.patch --]
[-- Type: text/x-diff, Size: 759 bytes --]

From 46cd6e1df1a5625084b983452a30273c6ea3c143 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 25 Jul 2022 18:37:16 +0200
Subject: [PATCH] .github/workflows/stale.yml: do not close issues labelled as
 bug

---
 .github/workflows/stale.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index c55c7966a678..14c84ffeef67 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -22,4 +22,6 @@ jobs:
           exempt-all-assignees: true
           ascending: true
           operations-per-run: 250
-          exempt-issue-labels: request
+          exempt-issue-labels:
+            - request
+            - bug

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

* Re: [PR PATCH] [Merged]: .github/workflows/stale.yml: do not close issues labelled as bug
  2022-07-25 16:45 [PR PATCH] .github/workflows/stale.yml: do not close issues labelled as bug Chocimier
@ 2022-08-02 17:44 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2022-08-02 17:44 UTC (permalink / raw)
  To: ml

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

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

.github/workflows/stale.yml: do not close issues labelled as bug
https://github.com/void-linux/void-packages/pull/38272

Description:
We need a way to exclude issues form autoclosing. Or stop autoclosing any issues.

PR #36411 was built with excluding [`label:bug -label:needs-testing`](https://github.com/void-linux/void-packages/issues?q=is%3Aopen+is%3Aissue+label%3Abug+-label%3Aneeds-testing+) in mind, but this is not expressible with workflow. Let `bug` label make issues not stale.

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

end of thread, other threads:[~2022-08-02 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 16:45 [PR PATCH] .github/workflows/stale.yml: do not close issues labelled as bug Chocimier
2022-08-02 17:44 ` [PR PATCH] [Merged]: " Chocimier

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