add org filter to stale workflow
This commit is contained in:
parent
0c665af124
commit
fabe7e1fb9
1
.github/workflows/repo-stale.yaml
vendored
1
.github/workflows/repo-stale.yaml
vendored
|
@ -12,6 +12,7 @@ permissions:
|
|||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ contains(github.repository, 'jellyfin/') }}
|
||||
steps:
|
||||
- uses: actions/stale@v4.1.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user