Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] .github/workflows/stale.yml: ignore tracking issues
Date: Tue, 23 Aug 2022 11:22:17 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38853@inbox.vuxu.org> (raw)

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

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

https://github.com/classabbyamp/void-packages tracking-stale-ignore
https://github.com/void-linux/void-packages/pull/38853

.github/workflows/stale.yml: ignore tracking issues
I created a new label for tracking issues. it's logical that they should be excluded from stalebot.

If a tracking label isn't wanted, it can be removed.

Related: should the existing [`inactive`](https://github.com/void-linux/void-packages/labels/inactive) label be merged with the `stale` label? there's only one open issue with it

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

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

From 9a1ad14eda3044a721ebc357e318fe180a822c83 Mon Sep 17 00:00:00 2001
From: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
Date: Sat, 20 Aug 2022 18:03:52 -0400
Subject: [PATCH] .github/workflows/stale.yml: ignore tracking issues

---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

             reply	other threads:[~2022-08-23  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23  9:22 classabbyamp [this message]
2022-11-05  2:19 ` abenson
2022-11-05  4:37 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2022-08-20 22:08 [PR PATCH] " classabbyamp

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-38853@inbox.vuxu.org \
    --to=classabbyamp@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).