You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/02 17:45:57 UTC

[beam] branch users/damccorm/stale created (now cc82aca630e)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/stale
in repository https://gitbox.apache.org/repos/asf/beam.git


      at cc82aca630e Never mark issues as stale

This branch includes the following new commits:

     new cc82aca630e Never mark issues as stale

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Never mark issues as stale

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/stale
in repository https://gitbox.apache.org/repos/asf/beam.git

commit cc82aca630e870fd1f73a48e851fdf82b10efa81
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Dec 2 12:45:49 2022 -0500

    Never mark issues as stale
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index bd7b3c057b2..7395cb14de2 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -37,4 +37,5 @@ jobs:
         days-before-pr-stale: 60
         days-before-pr-close: 7
         days-before-issue-close: -1
+        days-before-issue-stale: -1
         exempt-pr-labels: "pinned,security"