Limit actions to main
This commit is contained in:
parent
7bf89f2b9f
commit
481b8ff2d9
6 changed files with 21 additions and 5 deletions
6
.github/workflows/lock-closed.yml
vendored
6
.github/workflows/lock-closed.yml
vendored
|
|
@ -3,7 +3,7 @@
|
|||
# Lock closed issues after a period of inactivity
|
||||
#
|
||||
|
||||
name: 'Lock threads'
|
||||
name: Lock Closed Issues
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
@ -11,7 +11,11 @@ on:
|
|||
|
||||
jobs:
|
||||
lock:
|
||||
name: Lock Closed Issues
|
||||
if: github.repository == 'MarlinFirmware/Marlin'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue