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 <[email protected]> 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"
