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.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ jobs:
11
11
stale:
12
12
runs-on: ubuntu-latest
13
13
steps:
14
-
- uses: actions/stale@v10.3.0
14
+
- uses: actions/stale@v10.4.0
15
15
with:
16
16
stale-pr-message: 'Diese Pull Request wurde als inaktiv markiert, weil sie seit 30 Tagen offen ist und keine Aktivität aufweist. Entferne das "Inaktiv"-Label oder diesen Kommentar, sonst wird diese Pull Request in 5 Tagen geschlossen.'
17
17
close-pr-message: 'Diese Pull Request wurde geschlossen, weil sie seit 5 Tagen keine Aktivität aufweist.'
0 commit comments