Home
last modified time | relevance | path

Searched +full:stale +full:- +full:pr +full:- +full:message (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/.github/workflows/
Dclose_old_issues.yml1 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 }}
15stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remov…
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.
[all …]