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
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This checklist is for your information.
26
26
-[ ] Bugfixes should be submitted against the `bugfix` branch.
27
27
-[ ] Give a meaningful name to your PR, as it may end up being used in the release notes.
28
28
-[ ] Your code is flake8 compliant.
29
-
-[ ] Your code is python 3.11 compliant.
29
+
-[ ] Your code is python 3.12 compliant.
30
30
-[ ] If this is a new feature and not a bug fix, you've included the proper documentation in the docs at https://github.com/DefectDojo/django-DefectDojo/tree/dev/docs as part of this PR.
31
31
-[ ] Model changes must include the necessary migrations in the dojo/db_migrations folder.
# Disable automatic stale marking - only close manually labeled items
22
+
days-before-stale: -1
23
+
days-before-close: 7
24
+
stale-issue-label: 'pending-closure'
25
+
stale-pr-label: 'pending-closure'
26
+
close-issue-message: 'This issue has been automatically closed because it was manually labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
27
+
close-pr-message: 'This PR has been automatically closed because it was manually labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
# Disable automatic stale marking - only close manually labeled items
22
33
days-before-stale: -1
23
34
days-before-close: 7
24
35
stale-issue-label: 'stale'
25
36
stale-pr-label: 'stale'
26
-
close-issue-message: 'This issue has been automatically closed because it was manually labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
27
-
close-pr-message: 'This PR has been automatically closed because it was manually labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
37
+
close-issue-message: 'This issue has been automatically closed because it was labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
38
+
close-pr-message: 'This PR has been automatically closed because it was labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
0 commit comments