Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by spenserblack Jun 15, 2026

Issue templates/forms allow you to assign initial labels for various issue types. I think this is enough to handle the majority of cases, because I think generally you only want non-maintainers to assign labels at issue creation, not give them the ability to change labels after creation.

If you to grant users the ability to assign labels after the issue is created, you can write a GitHub Workflow that listens to issue comments getting created and checks for text like /label bug. I could write out an example workflow if that's the way you want to go, but I'd recommend writing issue templates or issue forms instead.


As far as pull requests go you might want to set up an auto-labeler. Here'…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@RixInGithub
Comment options

Answer verified by Admin Jun 15, 2026
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage
3 participants