Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] .github/workflows/stale.yml: fix format of exempt-issue-labels
@ 2022-08-06 12:03 dmarto
  2022-08-06 12:49 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: dmarto @ 2022-08-06 12:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages stale
https://github.com/void-linux/void-packages/pull/38499

.github/workflows/stale.yml: fix format of exempt-issue-labels
#38272 used wrong format, and now the action is failing - https://github.com/void-linux/void-packages/actions/runs/2807256939

@Chocimier @classabbyamp 

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

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

From f0ce58031ce64f45af8a980a683ca993f3940a8a Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Sat, 6 Aug 2022 15:01:07 +0300
Subject: [PATCH] .github/workflows/stale.yml: fix format of
 exempt-issue-labels

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

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

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

* Re: [PR PATCH] [Merged]: .github/workflows/stale.yml: fix format of exempt-issue-labels
  2022-08-06 12:03 [PR PATCH] .github/workflows/stale.yml: fix format of exempt-issue-labels dmarto
@ 2022-08-06 12:49 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-08-06 12:49 UTC (permalink / raw)
  To: ml

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

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

.github/workflows/stale.yml: fix format of exempt-issue-labels
https://github.com/void-linux/void-packages/pull/38499

Description:
#38272 used wrong format, and now the action is failing - https://github.com/void-linux/void-packages/actions/runs/2807256939

@Chocimier @classabbyamp 

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

end of thread, other threads:[~2022-08-06 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06 12:03 [PR PATCH] .github/workflows/stale.yml: fix format of exempt-issue-labels dmarto
2022-08-06 12:49 ` [PR PATCH] [Merged]: " classabbyamp

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