Lines Matching +full:stale +full:- +full:issue +full:- +full:message
1 name: 'Close stale issues and PRs'
4 - cron: '30 1 * * *'
8 stale:
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v5
14 repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
15 …stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remov…
16 stale-pr-message: |
17 We need some feedback on this issue.
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'