Lines Matching +full:days +full:- +full:before +full:- +full:close
1 name: 'Close stale issues and PRs'
4 - cron: '30 1 * * *'
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v5
14 repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
15 …e-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove st…
16 stale-pr-message: |
19 Now we mark this as "stale" because there was no activity here for 14 days.
21 Remove the "stale" label or comment else this will be closed in 7 days.
22 close-issue-message: |
23 …As there was no activity here for a while we close this issue. But don't worry, the conversation i…
26 days-before-stale: 14
27 days-before-close: 7
28 exempt-issue-labels: 'pinned'
29 exempt-pr-labels: 'pinned'