Fix: Count engine details text in lines rather than pixels. (#9107)
[openttd-github.git] / .github / stale.yml
blob57d42d6921ad2fbcdb261aa41335a40879b0c778
1 daysUntilClose: 7
2 staleLabel: stale
3 closeComment: false
4 exemptMilestones: true
5 exemptAssignees: true
7 issues:
8   daysUntilStale: 60
9   exemptLabels:
10   - pinned
11   - security
12   - "good first issue"
13   - regression
14   markComment: >
15     This issue has been automatically marked as stale because it has not had any activity in the last two months.
17     If you believe the issue is still relevant, please test on the latest nightly and report back.
19     It will be closed if no further activity occurs within 7 days.
21     Thank you for your contributions.
23 pulls:
24   daysUntilStale: 30
25   exemptLabels:
26   - pinned
27   markComment: >
28     This pull request has been automatically marked as stale because it has not had any activity in the last month.
30     Please feel free to give a status update now, ping for review, or re-open when it's ready.
32     It will be closed if no further activity occurs within 7 days.
34     Thank you for your contributions.