mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix the stale action removing the merge conflict label when not fixed
This commit is contained in:
parent
cf09f78f48
commit
797b3138ab
1 changed files with 2 additions and 0 deletions
2
.github/workflows/repo-stale.yaml
vendored
2
.github/workflows/repo-stale.yaml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
operations-per-run: 75
|
operations-per-run: 75
|
||||||
|
# The merge conflict action will remove the label when updated
|
||||||
|
remove-stale-when-updated: false
|
||||||
days-before-stale: -1
|
days-before-stale: -1
|
||||||
days-before-close: 90
|
days-before-close: 90
|
||||||
days-before-issue-close: -1
|
days-before-issue-close: -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue