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
# Days of inactivity before marking an issue as stale
22
-
days-before-issue-stale: 180
22
+
days-before-stale: 180
23
23
# Days of inactivity before closing an issue
24
-
days-before-issue-close: 7
24
+
days-before-close: 7
25
25
# Name of the stale label
26
26
stale-issue-label: "stale"
27
27
stale-issue-message: "This issue has been marked as stale due to 6 months of inactivity. As part of our effort to address every issue properly, please feel free to remove the stale label or keep this issue active by leaving a comment. Otherwise, it will be closed in 7 days"
28
28
close-issue-message: "This issue was closed due to 7 days of inactivity after being marked as stale. Feel free to reopen it if it remains relevant."
29
-
# Ignore pull requests
30
-
days-before-pr-close: false
31
-
days-before-pr-stale: false
29
+
stale-pr-label: "stale"
30
+
stale-pr-message: "This pull-request has been marked as stale due to 6 months of inactivity. As part of our effort to address every issue properly, please feel free to remove the stale label or keep this issue active by leaving a comment. Otherwise, it will be closed in 7 days"
31
+
close-pr-message: "This pull-request was closed due to 7 days of inactivity after being marked as stale. Feel free to reopen it if it remains relevant."
| dev |[](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml?query=branch%3Adev)[](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml)|
12
11
13
12
## General
14
13
@@ -21,7 +20,6 @@ We welcome pull requests from the community.
21
20
### Guidelines
22
21
23
22
- If the existing tests do not already cover your changes, please add tests.
24
-
- Pull requests should be created on the **dev** branch.
25
23
- Please use gofmt for formatting the code before submitting the pull request.
0 commit comments