Skip to content

Commit c1eab4b

Browse files
committed
chore: update workflow
1 parent 0a0976f commit c1eab4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lock.yml renamed to .github/workflows/lock-threads.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ on:
88
permissions:
99
issues: write
1010
pull-requests: write
11+
discussions: write
1112

1213
concurrency:
13-
group: lock
14+
group: lock-threads
1415

1516
jobs:
1617
action:
1718
runs-on: ubuntu-latest
1819
steps:
19-
- uses: dessant/lock-threads@v4
20+
- uses: dessant/lock-threads@v5

0 commit comments

Comments
 (0)