Add display port sub-command definitions
[betaflight.git] / .github / workflows / stale.yaml
blob7448a02a02b5b507e107f79ecab905ec93c3f8a1
1 name: Stale Issues and PRs
3 on:
4   schedule:
5     - cron: 30 4 * * *
7 jobs:
8   stale:
9     runs-on: ubuntu-latest
10     steps:
11     - uses: actions/stale@v4
12       with:
13         exempt-all-milestones: true
14         days-before-stale: 30
15         days-before-close: 7
17         stale-issue-message: >
18           This issue has been automatically marked as stale because it
19           has not had recent activity. It will be closed if no further activity occurs
20           within a week.
21         close-issue-message: Issue closed automatically as inactive.
22         stale-issue-label: Inactive
23         exempt-issue-labels: BUG,Feature Request,Pinned
25         stale-pr-message: >
26           This pull request has been automatically marked as stale because it
27           has not had recent activity. It will be closed if no further activity occurs
28           within a week.
29         close-pr-message: Pull request closed automatically as inactive.
30         stale-pr-label: Inactive
31         exempt-pr-labels: Pinned