mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update README
This commit is contained in:
parent
97a44ad915
commit
cb11d45a2e
@ -15,6 +15,8 @@ Create a workflow file in your .github/workflows directory as follows:
|
|||||||
|
|
||||||
### workflow.yaml
|
### workflow.yaml
|
||||||
|
|
||||||
|
Latest version is `v1.1.1-beta`.
|
||||||
|
|
||||||
name: "Workflow"
|
name: "Workflow"
|
||||||
on: ["push"]
|
on: ["push"]
|
||||||
jobs:
|
jobs:
|
||||||
@ -23,7 +25,7 @@ Create a workflow file in your .github/workflows directory as follows:
|
|||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@master"
|
- uses: "actions/checkout@master"
|
||||||
- name: "TODO to Issue"
|
- name: "TODO to Issue"
|
||||||
uses: "alstr/todo-to-issue-action@master"
|
uses: "alstr/todo-to-issue-action@v1.1.1-beta"
|
||||||
with:
|
with:
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
BEFORE: ${{ github.event.before }}
|
BEFORE: ${{ github.event.before }}
|
||||||
@ -33,6 +35,8 @@ Create a workflow file in your .github/workflows directory as follows:
|
|||||||
COMMENT_MARKER: "#"
|
COMMENT_MARKER: "#"
|
||||||
id: "todo"
|
id: "todo"
|
||||||
|
|
||||||
|
**If you use the action in a new repo, you should initialise the repo with an empty commit.**
|
||||||
|
|
||||||
### Inputs
|
### Inputs
|
||||||
|
|
||||||
| Input | Description |
|
| Input | Description |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user