Include highlighted code snippet in issue body

This commit is contained in:
alstr
2020-04-17 16:29:25 +01:00
parent 6f97fb1c3b
commit 84d22beb97
3 changed files with 82 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
This action will convert your `# TODO` comments to GitHub issues when a new commit is pushed.
The new issue will contain a link to the line in your code containing the TODO.
The new issue will contain a link to the line in the file code containing the TODO, together with a code snippet.
It will also close an issue when a `# TODO` is removed in a pushed commit. A comment will be posted
with the ref of the commit that it was closed by.