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:
Ilya Fedin 2022-09-04 07:20:23 +04:00 committed by John Preston
parent 4cedf89e51
commit 807e63d9f2

View File

@ -21,3 +21,4 @@ jobs:
exempt-issue-labels: 'enhancement'
days-before-stale: 180
days-before-close: 30
days-before-pr-stale: -1