Merge pull request #49 from linuxserver/lock-pat

use PAT for lock-threads
This commit is contained in:
aptalca 2024-12-21 09:29:28 -05:00 committed by GitHub
commit 9027785228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,3 +75,4 @@ jobs:
include-any-pr-labels: no-pr-activity
pr-comment: This pull request is locked due to inactivity
exclude-any-pr-labels: awaiting-approval,work-in-progress
github-token: ${{ secrets.CR_PAT }}