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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2021 Google LLC
1
+
# Copyright 2022 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ jobs:
21
21
stale:
22
22
runs-on: ubuntu-latest
23
23
steps:
24
-
- uses: actions/stale@v3
24
+
- uses: actions/stale@v6
25
25
with:
26
26
repo-token: ${{ secrets.GITHUB_TOKEN }}
27
27
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
0 commit comments