mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Allow access to issues and PRs
This commit is contained in:
parent
5139379d47
commit
c3e3b328a6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
|
|
@ -7,6 +7,9 @@ on:
|
|||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue