Home
last modified time | relevance | path

Searched +full:exempt +full:- +full:pr +full:- +full:labels (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.4.0/.github/workflows/
Dclose_old_issues.yml4 - cron: '30 1 * * *'
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v3
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: 'This PR is stale because it has been open 14 days with no activity. Remove stal…
17 …close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activit…
18 days-before-stale: 14
19 days-before-close: 7
20 exempt-issue-labels: 'pinned'
[all …]