Skip to content

Commit 003853b

Browse files
committed
Merge branch 'feat/active-active' of github.com:redis/redis-py into feat/active-active
2 parents cdef58b + c350d61 commit 003853b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# First step: Handle regular issues (excluding needs-information)
2222
- name: Mark regular issues as stale
23-
uses: actions/stale@v9
23+
uses: actions/stale@v10
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626

@@ -64,7 +64,7 @@ jobs:
6464

6565
# Second step: Handle needs-information issues with accelerated timeline
6666
- name: Mark needs-information issues as stale
67-
uses: actions/stale@v9
67+
uses: actions/stale@v10
6868
with:
6969
repo-token: ${{ secrets.GITHUB_TOKEN }}
7070

0 commit comments

Comments
 (0)