You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 90 days.'
15
-
close-issue-message: 'This issue was closed because it has been stalled for 90 days with no activity.'
16
-
days-before-stale: 14
17
-
days-before-close: 90
18
-
days-before-pr-stale: -1
19
-
days-before-pr-close: -1
20
-
stale-pr-message: ''
21
-
close-pr-message: ''
18
+
days-before-stale: 90
19
+
days-before-close: 7
20
+
stale-issue-label: "Status: Stale"
21
+
stale-pr-label: "Status: Stale"
22
+
stale-issue-message: >
23
+
This issue has been automatically marked as stale because it has not
24
+
had recent activity. It will be closed in 7 days if no further
25
+
activity occurs. Thank you for your contributions!
26
+
stale-pr-message: >
27
+
This pull request has been automatically marked as stale due to
28
+
inactivity. It will be closed in 7 days if no further activity
29
+
occurs. Please update if you wish to keep it open.
30
+
close-issue-message: >
31
+
This issue has been automatically closed due to inactivity. If you
32
+
think this is a mistake or would like to continue the discussion,
33
+
please comment or feel free to reopen it.
34
+
close-pr-message: >
35
+
This pull request has been automatically closed due to inactivity.
36
+
If you think this is a mistake or would like to continue working on
returnerrors.Wrap(err, fmt.Sprintf("Could not cast last port of your port range(%s) to integer from your value: %s", potentialPort, potentialRange[1]))
80
+
returnerrors.Wrap(err, fmt.Sprintf("could not cast last port of your port range(%s) to integer from your value: %s", potentialPort, potentialRange[1]))
81
81
}
82
82
iferr:=checkPortValue(highP); err!=nil {
83
83
returnerrors.Wrap(err, fmt.Sprintf("last port of your range(%d)", lowP))
84
84
}
85
85
86
86
iflowP>highP {
87
-
returnfmt.Errorf("First value of port range should be lower than the last port from your range: [%d, %d]", lowP, highP)
87
+
returnfmt.Errorf("first value of port range should be lower than the last port from your range: [%d, %d]", lowP, highP)
0 commit comments