From a9f744cb6459e82d3790fc007caf95f30e5b8535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Hjortsh=C3=B8j?= Date: Mon, 25 Jul 2022 00:07:29 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 39 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 185f9658c..ea97be064 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,27 +15,26 @@ jobs: - name: Close Stale Issues uses: actions/stale@v5.1.0 with: - stale-issue-message: | - Hello! - - I am marking this issue as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue - - open a PR referencing and resolving the issue; - - leave a comment on it and discuss ideas how you could contribute towards resolving it; - - leave a comment and describe in detail why this issue is critical for your use case; - - open a new issue with updated details and a plan on resolving the issue. +# stale-issue-message: | +# Hello! +# +# I am marking this issue as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue +# - open a PR referencing and resolving the issue; +# - leave a comment on it and discuss ideas how you could contribute towards resolving it; +# - leave a comment and describe in detail why this issue is critical for your use case; +# - open a new issue with updated details and a plan on resolving the issue. +# +# The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone.. +# +# stale-pr-message: | +# Hello! +# +# I am marking this PR as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue +# - leave a comment on it and discuss ideas how you could contribute towards resolving it; +# - leave a comment and describe in detail why this issue is critical for your use case; +# +# The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone.. - The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone.. - - stale-pr-message: | - Hello! - - I am marking this PR as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue - - leave a comment on it and discuss ideas how you could contribute towards resolving it; - - leave a comment and describe in detail why this issue is critical for your use case; - - The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone.. - - stale-issue-label: "stale" days-before-stale: 120 days-before-close: 100 exempt-draft-pr: true