[Repository] Adjust Labels for Pull Requests #1906
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the labels in Pull Requests seem to be ones that are made for Issues.
E.g.
I didn't check but might it be that you can only generaly create labels in Gitea and there is no separation between labels for Issues and Pull Requests? If so, maybe we can add some labels that are better fitting for Pull Requests. Maybe adding a prefix (e.g.
PR:
).I think Gitea doesn't differentiate between labels of PRs and issues. Under the hood, each PR has an issue linked to it.
Interesting! What do you think of the prefix-idea?
If there's a label thatt would only work for an issue or a PR I think adding a prefix to them would make a lot of sense. For the rest, we might just want to be careful what to apply where so labels like "question" don't end up on PRs.