Skip to content

Commit

Permalink
readme table
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Sep 28, 2021
1 parent 1fa2655 commit 00965f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# create-issue-action
Another create an issue on Github actions that strives to be as simple as possible...

## Config
options for `with:`
| Option | Default Value | Notes |
| ------------ | ------------ | ------------ |
| token | github.token / `required` | Use `${{ github.token }}` or create a PAT stored in the secrets store. |
| owner | github.context.repo.owner | The owner of the repo to make the issue on. Implied from the context of the running action. |
| repo | github.context.repo.repo | The repo to make the issue on. Implied from the context of the running action. |
| title | `required` | |
| body | | |
| milestone | | |
| labels | | A comma seperated list of labels |
| assignees | | A comma seperated list of Github usernames to assign the issue to |

## Usage
Limited test has currnet been done, only tested on `ubuntu-latest`

Expand Down

0 comments on commit 00965f6

Please sign in to comment.