Skip to content

Commit 5912895

Browse files
authored
Set DAYS to 0 for unassigning stale PRs
Signed-off-by: Akshat8510 <akshat230405@gmail.com>
1 parent 7d15228 commit 5912895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-inactivity-unassign-phase1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
REPO: ${{ github.repository }}
37-
DAYS: 21
37+
DAYS: 0
3838
run: bash .github/scripts/inactivity_unassign_phase2.sh

0 commit comments

Comments
 (0)