Skip to content

Commit eb3fa83

Browse files
committed
fix(ci): align linked issue grace period with workflow policy
Signed-off-by: Zainab Travadi <zainabtravadi421@gmail.com>
1 parent 79b34a7 commit eb3fa83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron-enforcer-pr-linked-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
DRY_RUN: ${{ env.DRY_RUN }}
36-
HOURS_BEFORE_CLOSE: "12"
36+
HOURS_BEFORE_CLOSE: "72"
3737
REQUIRE_AUTHOR_ASSIGNED: "true"
3838
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0
3939
with:

0 commit comments

Comments
 (0)