Skip to content

Merged Pull requests remain open until swept by next dependabot run #32

@miketheman

Description

@miketheman

After a combined PR is merged, we have leftover PRs that clutter the UI and immediately conflict with others.

In our previous home-grown version of this action, we appended each PR in the merged list with Closes # to activate GitHub's functionality to close those out on merge.

Something like:

prs.push('Closes #' + pull.node.number + ' ' + pull.node.title);

Is this something that you'd entertain adding to this action?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions