mirror of https://github.com/sbt/sbt.git
Lock thread after 365d of inactivity
This commit is contained in:
parent
23a864c7c9
commit
556bd94b16
|
|
@ -0,0 +1,21 @@
|
|||
name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# once a week on Saturday
|
||||
- cron: '0 1 * * 6'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
discussions: write
|
||||
|
||||
concurrency:
|
||||
group: lock-threads
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v5
|
||||
Loading…
Reference in New Issue