aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-09-28 23:55:05 +0100
committerPaulo Gomes <pjbgf@linux.com>2023-09-28 23:55:05 +0100
commit85f63b17e011872817117a38f92f08a1e01297bb (patch)
tree84bd5ad9a9d5ef31cebd2997dbc3d93f2313ca1e
parent7d047a9f8a43bca9d137d8787278265dd3415219 (diff)
downloadgo-git-85f63b17e011872817117a38f92f08a1e01297bb.tar.gz
*: Change stale bot order to ascending and improve msg format
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
-rw-r--r--.github/workflows/stale-issues-bot.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/stale-issues-bot.yaml b/.github/workflows/stale-issues-bot.yaml
index a62b9e0..69a0d35 100644
--- a/.github/workflows/stale-issues-bot.yaml
+++ b/.github/workflows/stale-issues-bot.yaml
@@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/stale@v8
with:
+ ascending: true
operations-per-run: 30
days-before-stale: 90
days-before-close: 30
@@ -21,13 +22,10 @@ jobs:
exempt-issue-labels: no-autoclose
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
- To help us keep things tidy and focus on the active tasks, we've introduced a stale bot to spot
- issues/PRs that haven't had any activity in a while.
+ To help us keep things tidy and focus on the active tasks, we've introduced a stale bot to spot issues/PRs that haven't had any activity in a while.
- This particular issue hasn't had any updates or activity in the past 90 days, so it's been labeled
- as 'stale'. If it remains inactive for the next 30 days, it'll be automatically closed.
+ This particular issue hasn't had any updates or activity in the past 90 days, so it's been labeled as 'stale'. If it remains inactive for the next 30 days, it'll be automatically closed.
- We understand everyone's busy, but if this issue is still important to you, please feel free to add
- a comment or make an update to keep it active.
+ We understand everyone's busy, but if this issue is still important to you, please feel free to add a comment or make an update to keep it active.
Thanks for your understanding and cooperation!