Skip to content

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

New issue

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

Open
agkphysics opened this issue Jul 7, 2024 · 10 comments
Open

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

agkphysics opened this issue Jul 7, 2024 · 10 comments
Labels
confirmed Prevent from becoming stale feature A new feature or a feature request needs-update Needs status update from maintainers

Comments

@agkphysics
Copy link

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.

@agkphysics agkphysics added the feature A new feature or a feature request label Jul 7, 2024
@codejedi365 codejedi365 added the confirmed Prevent from becoming stale label Jul 8, 2024
@codejedi365
Copy link
Contributor

@agkphysics, I agree it is a very nice feature that I have been doing manually for this project because of how nice it is. It is an eventual goal but we have some minor stuff to solve first

Copy link

github-actions bot commented Sep 6, 2024

It has been 60 days since the last update on this confirmed issue. @python-semantic-release/team can you provide an update on the status of this issue?

@github-actions github-actions bot added the needs-update Needs status update from maintainers label Sep 6, 2024
@codejedi365
Copy link
Contributor

still valuable, no effort towards implementation has been made yet.

@github-actions github-actions bot removed the needs-update Needs status update from maintainers label Sep 7, 2024
Copy link

github-actions bot commented Nov 6, 2024

It has been 60 days since the last update on this confirmed issue. @python-semantic-release/team can you provide an update on the status of this issue?

@github-actions github-actions bot added the needs-update Needs status update from maintainers label Nov 6, 2024
@codejedi365
Copy link
Contributor

Setting some ground work for this feature by enabling commit parsers to extract the issue numbers and PR numbers from commit messages.

@github-actions github-actions bot removed the needs-update Needs status update from maintainers label Nov 10, 2024
Copy link

github-actions bot commented Jan 9, 2025

It has been 60 days since the last update on this confirmed issue. @python-semantic-release/team can you provide an update on the status of this issue?

@github-actions github-actions bot added the needs-update Needs status update from maintainers label Jan 9, 2025
@codejedi365
Copy link
Contributor

Under initial development and design, will require a lot more API definitions for a set of issue tracking systems. Significant amount of work to be done.

@github-actions github-actions bot removed the needs-update Needs status update from maintainers label Jan 10, 2025
Copy link

It has been 60 days since the last update on this confirmed issue. @python-semantic-release/team can you provide an update on the status of this issue?

@github-actions github-actions bot added the needs-update Needs status update from maintainers label Mar 11, 2025
@codejedi365
Copy link
Contributor

Still in backlog

@github-actions github-actions bot removed the needs-update Needs status update from maintainers label Mar 16, 2025
Copy link

It has been 60 days since the last update on this confirmed issue. @python-semantic-release/team can you provide an update on the status of this issue?

@github-actions github-actions bot added the needs-update Needs status update from maintainers label May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Prevent from becoming stale feature A new feature or a feature request needs-update Needs status update from maintainers
Projects
None yet
Development

No branches or pull requests

2 participants