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/close-stale.yml
vendored
6
.github/workflows/close-stale.yml
vendored
|
|
@ -3,7 +3,7 @@
|
|||
# Close open issues after a period of inactivity
|
||||
#
|
||||
|
||||
name: "Close stale issues"
|
||||
name: Close Stale Issues
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
@ -11,7 +11,11 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
name: Close Stale Issues
|
||||
if: github.repository == 'MarlinFirmware/Marlin'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue