Skip to content

Commit 1203a6f

Browse files
committed
fix(repo): fixup lock-threads failing with resource inaccessible message
1 parent f368b6a commit 1203a6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lock-threads.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
if: ${{ github.repository_owner == 'nrwl' }}
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: dessant/lock-threads@7de207be1d3ce97a9abe6ff1306222982d1ca9f9 # v5.0.1
20+
- uses: dessant/lock-threads@6548363a2d763e3a4a3a0dc04ca4a10481d8e536 # v6.0.0
2121
id: lockthreads
2222
with:
23+
process-only: 'issues, prs'
2324
github-token: ${{ github.token }}
2425
issue-inactive-days: "30" # Lock issues after 30 days of being closed
2526
pr-inactive-days: "5" # Lock closed PRs after 5 days. This ensures that issues that stem from a PR are opened as issues, rather than comments on the recently merged PR.

0 commit comments

Comments
 (0)