Skip to content

Ability to add labels/comments to linked issues/PRs #975

Open
@agkphysics

Description

@agkphysics

Description

The NodeJS implementation of semantic-release has the ability to automatically tag relevant PRs and issues with specified labels with the @semantic-release/github plugin. It would be useful for this Python version to also be able to do so.

Use cases

You can then easily see which issues and PRs have been released, and on which versions. Technically this is already possible for PRs by looking at the tags associated with the merge commit, but that requires extra steps.

Possible implementation

Since there is planned functionality for linking PRs into changelogs, presumably said PRs could be passed to a step that adds labels to them, or adds a comment on them.

Issues may be slightly more difficult as they are linked via PRs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedPrevent from becoming stalefeatureA new feature or a feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions