Lines Matching +full:open +full:-
4 - cron: "16 00 * * *"
9 runs-on: ubuntu-22.04
10 if: github.repository == 'zephyrproject-rtos/zephyr'
12 - uses: actions/stale@v9
14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more
17 closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
18 stale-issue-message: 'This issue has been marked as stale because it has been open (more
21 14 days. Note, that you can always re-open a closed issue at any time.'
22 days-before-stale: 60
23 days-before-close: 14
24 stale-issue-label: 'Stale'
25 stale-pr-label: 'Stale'
26 exempt-pr-labels: 'Blocked,In progress'
27 … exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta,Process,Coverity'
28 operations-per-run: 400