File tree 2 files changed +82
-0
lines changed
2 files changed +82
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### Context
2
+ * Please explain here below what you were doing when the issue happened*
3
+
4
+
5
+
6
+ ### Steps to Reproduce
7
+ * Please break down here below all the needed steps to reproduce the issue*
8
+
9
+ 1 .
10
+ 2 .
11
+ 3 .
12
+
13
+ ### Current Result
14
+ * Please describe here below the current result you got*
15
+
16
+
17
+
18
+ ### Expected result
19
+ * Please describe here below what should be the expected behaviour*
20
+
21
+
22
+ ### Browser and version
23
+ * What internet browser (Chrome, Firefox, etc) and version was you using and version*
24
+
25
+
26
+
27
+ ### Additional info
28
+ * Please add any information of interest here below*
29
+
Original file line number Diff line number Diff line change
1
+ # Configuration for probot-stale - https://github.com/probot/stale
2
+
3
+ # Number of days of inactivity before an Issue or Pull Request becomes stale
4
+ daysUntilStale : 365
5
+
6
+ # Number of days of inactivity before a stale Issue or Pull Request is closed.
7
+ # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
+ daysUntilClose : 14
9
+
10
+ # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11
+ # exemptLabels:
12
+ # - pinned
13
+ # - security
14
+ # - "[Status] Maybe Later"
15
+
16
+ # Set to true to ignore issues in a project (defaults to false)
17
+ exemptProjects : false
18
+
19
+ # Set to true to ignore issues in a milestone (defaults to false)
20
+ exemptMilestones : false
21
+
22
+ # Label to use when marking as stale
23
+ staleLabel : stale
24
+
25
+ # Comment to post when marking as stale. Set to `false` to disable
26
+ markComment : >
27
+ This issue has been automatically marked as stale because it has not had
28
+ recent activity. It will be closed if no further activity occurs. Thank you
29
+ for your contributions.
30
+
31
+ # Comment to post when removing the stale label.
32
+ unmarkComment : false
33
+
34
+ # Comment to post when closing a stale Issue or Pull Request.
35
+ closeComment : false
36
+
37
+ # Limit the number of actions per hour, from 1-30. Default is 30
38
+ limitPerRun : 10
39
+
40
+ # Limit to only `issues` or `pulls`
41
+ # only: issues
42
+
43
+ # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
44
+ # pulls:
45
+ # daysUntilStale: 30
46
+ # markComment: >
47
+ # This pull request has been automatically marked as stale because it has not had
48
+ # recent activity. It will be closed if no further activity occurs. Thank you
49
+ # for your contributions.
50
+
51
+ # issues:
52
+ # exemptLabels:
53
+ # - confirmed
You can’t perform that action at this time.
0 commit comments