iNav to INAV
[inav.git] / .github / stale.yml
blob441c91a9ef77d48cd3d0a6d145429ac38db429b2
1 # Configuration for probot-stale - https://github.com/probot/stale\r
2 \r
3 # Number of days of inactivity before an Issue or Pull Request becomes stale\r
4 daysUntilStale: 60\r
5 \r
6 # Number of days of inactivity before a stale Issue or Pull Request is closed.\r
7 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.\r
8 daysUntilClose: 14\r
9 \r
10 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable\r
11 exemptLabels:\r
12   - BUG\r
13   - Feature Request\r
14   - Pinned\r
16 # Set to true to ignore issues in a project (defaults to false)\r
17 exemptProjects: false\r
19 # Set to true to ignore issues in a milestone (defaults to false)\r
20 exemptMilestones: true\r
22 # Label to use when marking as stale\r
23 staleLabel: Inactive\r
25 # Comment to post when marking as stale. Set to `false` to disable\r
26 markComment: >\r
27   This issue / pull request has been automatically marked as stale because it\r
28   has not had any activity in 60 days. The resources of the INAV team are limited, \r
29   and so we are asking for your help.\r
30   \r
31   This issue / pull request will be closed if no further activity occurs within two weeks.\r
32   \r
34 # Comment to post when removing the stale label.\r
35 # unmarkComment: >\r
36 #   Your comment here.\r
38 # Comment to post when closing a stale Issue or Pull Request.\r
39 closeComment: >\r
40   Automatically closing as inactive.\r
42 # Limit the number of actions per hour, from 1-30. Default is 30\r
43 limitPerRun: 30\r
45 # Limit to only `issues` or `pulls`\r
46 # only: issues\r
48 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':\r
49 # pulls:\r
50 #   daysUntilStale: 30\r
51 #   markComment: >\r
52 #     This pull request has been automatically marked as stale because it has not had\r
53 #     recent activity. It will be closed if no further activity occurs. Thank you\r
54 #     for your contributions.\r
56 # issues:\r
57 #   exemptLabels:\r
58 #     - confirmed