mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
chore: Add lock threads action
This commit is contained in:
parent
79f8641f04
commit
737af7ef4c
28
.github/workflows/lock_threads.yml
vendored
Normal file
28
.github/workflows/lock_threads.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Lock Threads",
|
||||
"on": {
|
||||
"schedule": [
|
||||
{
|
||||
"cron": "0 1 * * *"
|
||||
}
|
||||
],
|
||||
"workflow_dispatch": null
|
||||
},
|
||||
"permissions": {
|
||||
"issues": "write",
|
||||
"pull-requests": "write"
|
||||
},
|
||||
"concurrency": {
|
||||
"group": "lock"
|
||||
},
|
||||
"jobs": {
|
||||
"action": {
|
||||
"runs-on": "ubuntu-latest",
|
||||
"steps": [
|
||||
{
|
||||
"uses": "dessant/lock-threads@v3"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user