Skip to content

Commit 00965f6

Browse files
committed
readme table
1 parent 1fa2655 commit 00965f6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# create-issue-action
22
Another create an issue on Github actions that strives to be as simple as possible...
33

4+
## Config
5+
options for `with:`
6+
| Option | Default Value | Notes |
7+
| ------------ | ------------ | ------------ |
8+
| token | github.token / `required` | Use `${{ github.token }}` or create a PAT stored in the secrets store. |
9+
| owner | github.context.repo.owner | The owner of the repo to make the issue on. Implied from the context of the running action. |
10+
| repo | github.context.repo.repo | The repo to make the issue on. Implied from the context of the running action. |
11+
| title | `required` | |
12+
| body | | |
13+
| milestone | | |
14+
| labels | | A comma seperated list of labels |
15+
| assignees | | A comma seperated list of Github usernames to assign the issue to |
16+
417
## Usage
518
Limited test has currnet been done, only tested on `ubuntu-latest`
619

0 commit comments

Comments
 (0)