From c1c96772880e9449c84644c819743cdd027a9d0c Mon Sep 17 00:00:00 2001 From: hanukoon Date: Wed, 19 Aug 2020 11:26:11 +0900 Subject: [PATCH 1/2] add: update stale bot with exempt label (WIP) --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1570dc0bbc4..83aa96a645a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,5 +13,7 @@ jobs: stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' stale-pr-message: 'This PR has been automatically marked as stale beacause it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' days-before-stale: 30 - days-before-close: 7 + days-before-close: 7 operations-per-run: 100 + exempt-pr-labels: 'work-in-progress' + exempt-issue-labels: 'work-in-progress' From 0f9f3cc53a36464735a7d009cc386bbddcf2349c Mon Sep 17 00:00:00 2001 From: hanukoon Date: Wed, 19 Aug 2020 11:27:30 +0900 Subject: [PATCH 2/2] fix : remove unnecessary space --- .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 83aa96a645a..49bb210d742 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' stale-pr-message: 'This PR has been automatically marked as stale beacause it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' days-before-stale: 30 - days-before-close: 7 + days-before-close: 7 operations-per-run: 100 exempt-pr-labels: 'work-in-progress' exempt-issue-labels: 'work-in-progress'