Add default label to stale workflow (#4368)
This commit is contained in:
committed by
GitHub Enterprise
parent
26852d48d1
commit
19becd235c
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: [ self-hosted ]
|
||||
runs-on: [ self-hosted, default ]
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user