Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update github markdown Tasklists ( GFM ) via commit

As you know you can create a tasklist in GFM (github flavoured markdown) by using the tags

- [ ] for unchecked task
- [x] for a checked task

I was wondering if it is somehow possible to check a task in a given issue's tasklist by commeinting it in a commit.

like image 298
dev_mush Avatar asked May 07 '13 12:05

dev_mush


1 Answers

Well the simple answer is NO, you cannot tick task list by adding comments to a commit message.

But what you can actually do, along with a commit you can update the .markdown that contains this list.

like image 173
Adi Avatar answered Oct 03 '22 04:10

Adi