Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This PR introduced an issue #463 regarding the dry-run. The project doesn't have test covering the operations per run, so it's only an assumption based on my understanding of the current code.
Here is the lack of dry-run wrapper:
stale/src/classes/issues-processor.ts
Line 743 in b1da9e1
Line 787 in b1da9e1
Line 801 in b1da9e1
And I think that this block should not be cancelled in a dry-run.
Line 821 in b1da9e1
Sorry!
The text was updated successfully, but these errors were encountered:
fix(dry-run): forbid mutations in dry-run
4e719f7
Bring back the dry-run by default for the tests - bad idea to disable it sorry Fix bad documentation array format Fixes actions#499
fix(dry-run): forbid mutations in dry-run (#500)
f1017f3
Bring back the dry-run by default for the tests - bad idea to disable it sorry Fix bad documentation array format Fixes #499
Successfully merging a pull request may close this issue.
Describe your issue
This PR introduced an issue #463 regarding the dry-run.
The project doesn't have test covering the operations per run, so it's only an assumption based on my understanding of the current code.
Here is the lack of dry-run wrapper:
stale/src/classes/issues-processor.ts
Line 743 in b1da9e1
stale/src/classes/issues-processor.ts
Line 787 in b1da9e1
stale/src/classes/issues-processor.ts
Line 801 in b1da9e1
And I think that this block should not be cancelled in a dry-run.
stale/src/classes/issues-processor.ts
Line 821 in b1da9e1
Sorry!
The text was updated successfully, but these errors were encountered: