Merge pull request #4440 from thornbill/stale-conflict-label

Fix the stale action removing the merge conflict label when not fixed
This commit is contained in:
Bill Thornton 2023-03-22 13:04:55 -04:00 committed by GitHub
commit d5b5ec3fc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,8 @@ jobs:
with:
repo-token: ${{ secrets.JF_BOT_TOKEN }}
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-close: 90
days-before-issue-close: -1