mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Update README.md
This commit is contained in:
parent
951fc4f740
commit
fe135b98ad
@ -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.
|
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
|
## 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:
|
Create a `workflow.yml` file in your `.github/workflows` directory like:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: "Run Todo to Issue"
|
name: "Run TODO to Issue"
|
||||||
on: ["push"]
|
on: ["push"]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user