File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# create-issue-action
22Another 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
518Limited test has currnet been done, only tested on ` ubuntu-latest `
619
You can’t perform that action at this time.
0 commit comments