Skip to content

Dry-run allow to add labels and update the issues :/ #499

Closed
@C0ZEN

Description

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:

await this.client.issues.addLabels({

await this.client.issues.addLabels({

await this.client.issues.update({

And I think that this block should not be cancelled in a dry-run.

if (!this.options.debugOnly) {

Sorry!

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions