diff --git a/.github/workflows/lock-threads.yaml b/.github/workflows/lock-threads.yaml index 240bc98f..e55e588f 100644 --- a/.github/workflows/lock-threads.yaml +++ b/.github/workflows/lock-threads.yaml @@ -18,36 +18,11 @@ jobs: steps: - uses: dessant/lock-threads@v5 with: - github-token: ${{ github.token }} + github-token: ${{ secrets.GITHUB_TOKEN }} issue-inactive-days: '90' - exclude-issue-created-before: '' - exclude-issue-created-after: '' - exclude-issue-created-between: '' - exclude-issue-closed-before: '' - exclude-issue-closed-after: '' - exclude-issue-closed-between: '' - include-any-issue-labels: '' - include-all-issue-labels: '' - exclude-any-issue-labels: '' - add-issue-labels: '' - remove-issue-labels: '' issue-comment: > This thread has been automatically locked since there has not been any recent activity after it was closed. Please share your experience with the community and [leave a testimonial](https://love.kimai.org/) to support Kimai. issue-lock-reason: 'resolved' pr-inactive-days: '180' - exclude-pr-created-before: '' - exclude-pr-created-after: '' - exclude-pr-created-between: '' - exclude-pr-closed-before: '' - exclude-pr-closed-after: '' - exclude-pr-closed-between: '' - include-any-pr-labels: '' - include-all-pr-labels: '' - exclude-any-pr-labels: '' - add-pr-labels: '' - remove-pr-labels: '' - pr-comment: '' - pr-lock-reason: '' - process-only: '' log-output: true