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/09/07 16:59:21 UTC

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

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 2f394c2e017 Keep stale action from closing issues

This branch includes the following new commits:

     new 2f394c2e017 Keep stale action from closing issues

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: Keep stale action from closing issues

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 2f394c2e01785f05b0b5894f01d85c235aec361f
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Sep 7 12:59:12 2022 -0400

    Keep stale action from closing issues
---
 .github/workflows/stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 5616f132731..3c8d7853bc7 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -36,4 +36,5 @@ jobs:
         stale-pr-label: 'stale'
         days-before-pr-stale: 60
         days-before-pr-close: 7
+        days-before-issue-close: -1
         exempt-pr-labels: "pinned,security"