Skip to content

Commit 34ba63c

Browse files
committed
feat: inactivity bot edit
Signed-off-by: prajeeta pal <prajeetapal@gmail.com>
1 parent a3b537e commit 34ba63c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bot-issue-reminder-no-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: bot-issue-reminder-no-pr
22

33
on:
44
schedule:
5-
- cron: "0 10 * * *"
5+
- cron: "0 10 * * *" #runs daily at 10:00 UTC
66
workflow_dispatch:
77
inputs:
88
dry_run:
99
description: "Dry run (log only, do not post comments)"
1010
required: false
11-
default: "true"
11+
default: true #safe default for manual testing
1212
type: boolean
1313

1414
permissions:
1515
contents: read
16-
issues: write
17-
pull-requests: read
16+
issues: write #needed to comment on issues
17+
pull-requests: read #needed to check PR state
1818

1919
jobs:
2020
reminder:

0 commit comments

Comments
 (0)