From fe135b98add433dd3406a260536f2c5d5f4578ec Mon Sep 17 00:00:00 2001 From: alstr Date: Thu, 27 Oct 2022 14:55:03 +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 09d176b..5cbab1b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This action will convert newly committed TODO comments to GitHub issues on push. It will also optionally close the issues if the TODOs are removed in a future commit. -Todo to Issue works with almost any programming language. +TODO to Issue works with almost any programming language. ## Usage @@ -31,7 +31,7 @@ Multiline TODOs are supported, with additional lines inserted into the issue bod Create a `workflow.yml` file in your `.github/workflows` directory like: ```yml - name: "Run Todo to Issue" + name: "Run TODO to Issue" on: ["push"] jobs: build: