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/workflows/stale.yaml
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ jobs:
12
12
stale-pr-label: 'needs decision'
13
13
stale-issue-label: 'stale'
14
14
days-before-issue-stale: 10
15
+
# don't close issues, lest we miss translations
16
+
days-before-issue-close: -1
15
17
days-before-pr-stale: 7
16
18
days-before-pr-close: 21
17
19
stale-issue-message: "Este issue lleva un tiempo sin actualizaciones. ¿Estás trabajando todavía?\nSi necesitas ayuda :sos: no dudes en contactarnos en nuestro [grupo de Telegram](https://t.me/python_docs_es)."
0 commit comments