From 50e294e8844222f6ecd0dc5678c2e16e50c0b313 Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Thu, 30 Jan 2025 10:00:23 -0800 Subject: [PATCH 1/4] fix: increase ops Signed-off-by: Jason C. Leach --- .github/workflows/maintenance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index ed9e362b..619a4390 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -18,6 +18,7 @@ jobs: uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + operations-per-run: 300 days-before-stale: 270 # 9 months days-before-close: 30 # 1 month stale-issue-label: stale From 438e8735f660ce4dad858f1ffd301126fa97d301 Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Thu, 30 Jan 2025 10:13:36 -0800 Subject: [PATCH 2/4] fix: concatination Signed-off-by: Jason C. Leach --- .github/workflows/maintenance.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 619a4390..cfc34392 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -24,22 +24,22 @@ jobs: stale-issue-label: stale exempt-issue-labels: help wanted exempt-pr-labels: external-dependency - stale-issue-message: | - This issue has been inactive for a while, so it's - been marked as "stale." If you're still working on - it or it's still important, please leave a comment + stale-issue-message: > + This issue has been inactive for a while, so it's + been marked as "stale." If you're still working on + it or it's still important, please leave a comment to keep it open and remove the "stale" label. Thanks! - stale-pr-message: | - This pull request hasn't had any recent activity, - so it's been marked as "stale." If you're still - working on it or if it's still important, just keep - making commits (code changes) and remove the "stale" + stale-pr-message: > + This pull request hasn't had any recent activity, + so it's been marked as "stale." If you're still + working on it or if it's still important, just keep + making commits (code changes) and remove the "stale" label. Thanks! - close-issue-message: | - This issue has been automatically closed because - there hasn't been any recent activity. If it's + close-issue-message: > + This issue has been automatically closed because + there hasn't been any recent activity. If it's still relevant, please feel free to reopen it. - close-pr-message: | - This pull request has been automatically closed due - to inactivity. If it's still relevant, please + close-pr-message: > + This pull request has been automatically closed due + to inactivity. If it's still relevant, please feel free to reopen it. From eaa1eb1ebe3aae7121039dbc1dcb9aedbdb0c8ff Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Thu, 30 Jan 2025 10:14:56 -0800 Subject: [PATCH 3/4] fix: increase operations Signed-off-by: Jason C. Leach --- .github/workflows/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index cfc34392..ce78645a 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -18,7 +18,7 @@ jobs: uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - operations-per-run: 300 + operations-per-run: 50 days-before-stale: 270 # 9 months days-before-close: 30 # 1 month stale-issue-label: stale From 5c045e90c534fbf6744d11d751b4604f7ce9e32e Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Thu, 30 Jan 2025 10:22:44 -0800 Subject: [PATCH 4/4] fix: spaces Signed-off-by: Jason C. Leach --- .github/workflows/maintenance.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index ce78645a..d0aff6ba 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -25,21 +25,21 @@ jobs: exempt-issue-labels: help wanted exempt-pr-labels: external-dependency stale-issue-message: > - This issue has been inactive for a while, so it's - been marked as "stale." If you're still working on - it or it's still important, please leave a comment + This issue has been inactive for a while, so it's + been marked as "stale." If you're still working on + it or it's still important, please leave a comment to keep it open and remove the "stale" label. Thanks! stale-pr-message: > - This pull request hasn't had any recent activity, - so it's been marked as "stale." If you're still - working on it or if it's still important, just keep - making commits (code changes) and remove the "stale" + This pull request hasn't had any recent activity, + so it's been marked as "stale." If you're still + working on it or if it's still important, just keep + making commits (code changes) and remove the "stale" label. Thanks! close-issue-message: > - This issue has been automatically closed because - there hasn't been any recent activity. If it's + This issue has been automatically closed because + there hasn't been any recent activity. If it's still relevant, please feel free to reopen it. close-pr-message: > - This pull request has been automatically closed due - to inactivity. If it's still relevant, please + This pull request has been automatically closed due + to inactivity. If it's still relevant, please feel free to reopen it.