Skip to content

Commit ab59e99

Browse files
Update daily check workflow
1 parent 7be43f2 commit ab59e99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily_check_issue_and_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
stale-pr-message: "This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
2727
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
2828
close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity."
29-
repo-token: ${{ secrets.ACTION_TOKEN }}
29+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3030
start-date: "2025-03-01T00:00:00Z"
31-
exempt-issue-labels: "Backlog"
31+
exempt-issue-labels: "Backlog"

0 commit comments

Comments
 (0)