Skip to content

Commit d063b1a

Browse files
authored
fix(repo): fixup lock-threads failing with resource inaccessible message (#35005)
## Current Behavior Every lock threads run is failing ## Expected Behavior Lock threads at least occasionally passes ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 2cfc289 commit d063b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)