Skip to content

Commit

Permalink
Update issue-lock.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 24, 2022
1 parent 237e930 commit 8177325
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/issue-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: Lock Inactive Threads
on:
schedule:
- cron: '0 5 * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
lock:
Expand Down

0 comments on commit 8177325

Please sign in to comment.