Files @ r25625:c14e95bbb24a
Branch filter:

Location: cpp/openttd-patchpack/source/.github/stale.yml

Patric Stout
Add: '-X' option to ignore global folders in the search path (#9341)

This is extreme useful for automated testing. Without this, OpenTTD
will always look in your personal-dir (like ~/.local/share/openttd
or %USER%\Documents\OpenTTD). For most users this is exactly what
we want, that there is a shared place for all their files.

However, for automated testing this is rather annoying, as your
local development files influence the automated test. As such,
'-X' counters this, and only gives the local folders. This is
especially useful in combination with '-x' and '-c'.
daysUntilClose: 7
staleLabel: stale
closeComment: false
exemptMilestones: true
exemptAssignees: true

issues:
  daysUntilStale: 60
  exemptLabels:
  - pinned
  - security
  - "good first issue"
  - regression
  markComment: >
    This issue has been automatically marked as stale because it has not had any activity in the last two months.

    If you believe the issue is still relevant, please test on the latest nightly and report back.

    It will be closed if no further activity occurs within 7 days.

    Thank you for your contributions.

pulls:
  daysUntilStale: 30
  exemptLabels:
  - pinned
  markComment: >
    This pull request has been automatically marked as stale because it has not had any activity in the last month.

    Please feel free to give a status update now, ping for review, or re-open when it's ready.

    It will be closed if no further activity occurs within 7 days.

    Thank you for your contributions.