Update github markdown Tasklists ( GFM ) via commi

2020-07-10 09:05发布

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.

1条回答
欢心
2楼-- · 2020-07-10 10:08

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.

查看更多
登录 后发表回答