ci: update stale config
This commit is contained in:
parent
d47b86ba3d
commit
bae0ce52b6
|
|
@ -3,9 +3,10 @@ name: Stale issues
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 16 * * 1'
|
||||
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
|
||||
- cron: '0 15 1,15 * *'
|
||||
workflow_dispatch:
|
||||
# https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
|
||||
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
|
@ -22,7 +23,6 @@ jobs:
|
|||
- name: Run stale action
|
||||
uses: actions/stale@v9 # https://github.com/actions/stale
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 90
|
||||
days-before-close: 14
|
||||
stale-issue-message: >
|
||||
|
|
@ -40,7 +40,6 @@ jobs:
|
|||
- name: Run stale action (for enhancements)
|
||||
uses: actions/stale@v9 # https://github.com/actions/stale
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 360
|
||||
days-before-close: 14
|
||||
stale-issue-message: >
|
||||
|
|
|
|||
Loading…
Reference in New Issue