mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add org filter to stale workflow
This commit is contained in:
parent
0c37ae4e7e
commit
6a48153ebf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/repo-stale.yaml
vendored
1
.github/workflows/repo-stale.yaml
vendored
|
@ -12,6 +12,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ contains(github.repository, 'jellyfin/') }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v4.1.0
|
- uses: actions/stale@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue