From 1ad75dac79454c5222b6afd909208bfb0af56439 Mon Sep 17 00:00:00 2001 From: BIBO <49994376+BIBOLV@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:15:19 +0200 Subject: [PATCH] Update close_stale_issues.yml [no ci] --- .github/workflows/close_stale_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index db34704..60ff851 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/stale@v7 with: + repo-token: ${{ secrets.HA_PAT }} stale-issue-message: 'This issue is stale because it has been open for 2 month with no activity. Remove stale label or comment or this will be closed in 1 month.' close-issue-message: 'This issue was closed because it has been stalled for 1 month with no activity.' days-before-stale: 60