Is it possible to assign tickets or add labels to github issues in a commit message?
Example:
@usera ready for you to sign off for #Testing
where @usera is a user and #Testing is a label ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well unfortunately it looks like it isn’t possible without some hackery. I put together a simple sinatra app (that you can throw on heroku) to handle a few new handlers
Github Postcommit Shinies
To assign to a user you can do:
To add labels you can do:
You can also mix and match: