mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-24 06:07:47 -06:00
Move permissions block to root
This commit is contained in:
9
.github/workflows/lock.yml
vendored
9
.github/workflows/lock.yml
vendored
@@ -5,17 +5,16 @@ on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v3
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-inactive-days: 90
|
||||
pr-inactive-days: 30
|
||||
issue-lock-reason: 'resolved'
|
||||
|
||||
Reference in New Issue
Block a user