From e2d9355dcfe760b6d1711c72494284a80f01ab33 Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Wed, 9 Feb 2022 04:13:53 +0000 Subject: [PATCH 1/2] chore: Update stale.yml to only apply to pulls, not issues --- .github/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 36cd36734570c..564ce20be8af1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,6 +2,8 @@ daysUntilStale: 14 # Number of days of inactivity before a stale issue is closed daysUntilClose: 5 +# Only apply the stale logic to pulls, since we are using issues to manage work +only: pulls # Label to apply when stale. staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable @@ -9,4 +11,4 @@ markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false +closeComment: false \ No newline at end of file From 4427d5cb3a6356ce7591c25b2f6e4e621c649fdc Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Wed, 9 Feb 2022 04:14:26 +0000 Subject: [PATCH 2/2] Restore newline at end of file --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 564ce20be8af1..f1fcc7f7a6aa9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,4 +11,4 @@ markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false \ No newline at end of file +closeComment: false