Skip to content

Commit 9c921c7

Browse files
authored
Change DAYS from 21 to 0 in unassign workflow
Signed-off-by: Akshat8510 <akshat230405@gmail.com>
1 parent 5912895 commit 9c921c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
env:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
REPO: ${{ github.repository }}
28-
DAYS: 21
28+
DAYS: 0
2929
run: bash .github/scripts/inactivity_unassign_phase2.sh

0 commit comments

Comments
 (0)