Update README.md

This commit is contained in:
Alastair Mooney 2021-08-26 18:46:43 +01:00 committed by GitHub
parent 1394166bbd
commit 391d9f568a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ You can also specify default projects in the same way by defining `USER_PROJECTS
### No issues have been created ### No issues have been created
Make sure your file language is in `syntax.json`. Also, the action will not recognise TODOs in the first commit to a new repo, or existing TODOs that have already been committed. Make sure your file language is in `syntax.json`. Also, the action will not recognise existing TODOs that have already been pushed.
If a similar TODO appears in the diff as both an addition and deletion, it is assumed to have been moved, so is ignored. If a similar TODO appears in the diff as both an addition and deletion, it is assumed to have been moved, so is ignored.
@ -173,4 +173,4 @@ Thanks to Jacob Tomlinson for [his handy overview of GitHub Actions](https://www
Thanks to GitHub's [linguist repo](https://github.com/github/linguist/) for the [`languages.yml`](https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml) file used by the app to look up file extensions and determine the correct highlighting to apply to code snippets. Thanks to GitHub's [linguist repo](https://github.com/github/linguist/) for the [`languages.yml`](https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml) file used by the app to look up file extensions and determine the correct highlighting to apply to code snippets.
Thanks to all those who have [contributed](https://github.com/alstr/todo-to-issue-action/graphs/contributors) to the further development of this action. Thanks to all those who have [contributed](https://github.com/alstr/todo-to-issue-action/graphs/contributors) to the further development of this action.