Commit 8abacc83 authored by David Brown's avatar David Brown Committed by David Brown
Browse files

workflow: Back off stale bot a bit



Change the stale bot to 180 days before initial flag.  In addition,
avoid issues entirely that have the 'someday' label applied.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent ae13c3c1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@ jobs:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
        stale-issue-message: 'This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.'
        days-before-stale: 60
        days-before-stale: 180
        days-before-close: 14
        stale-issue-label: 'stale'
        stale-pr-label: 'stale'
        exempt-issue-labels: 'someday'
        # exempt-pr-labels: 'Blocked,In progress'
        # exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'
        operations-per-run: 400