mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Disable PR processing in stale bot explicitly
According to the documentation, it shouldn't procces them until stale-pr-message is set, but that doesn't seem to be true
This commit is contained in:
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@@ -21,3 +21,4 @@ jobs:
|
|||||||
exempt-issue-labels: 'enhancement'
|
exempt-issue-labels: 'enhancement'
|
||||||
days-before-stale: 180
|
days-before-stale: 180
|
||||||
days-before-close: 30
|
days-before-close: 30
|
||||||
|
days-before-pr-stale: -1
|
||||||
|
Reference in New Issue
Block a user