From 391d9f568a75267e31b8f1263442138f72619c00 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 26 Aug 2021 18:46:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61fb388..524c9e2 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ You can also specify default projects in the same way by defining `USER_PROJECTS ### 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. @@ -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 all those who have [contributed](https://github.com/alstr/todo-to-issue-action/graphs/contributors) to the further development of this action. \ No newline at end of file +Thanks to all those who have [contributed](https://github.com/alstr/todo-to-issue-action/graphs/contributors) to the further development of this action.