Update input descriptions
This commit is contained in:
parent
1d1fedd99c
commit
66a1436815
|
@ -45,6 +45,8 @@ These inputs are *all optional*. If not set, sensible default values will be use
|
||||||
| `reviewers` | A comma separated list of reviewers (GitHub usernames) to request a review from. | none |
|
| `reviewers` | A comma separated list of reviewers (GitHub usernames) to request a review from. | none |
|
||||||
| `team-reviewers` | A comma separated list of GitHub teams to request a review from. | none |
|
| `team-reviewers` | A comma separated list of GitHub teams to request a review from. | none |
|
||||||
| `milestone` | The number of the milestone to associate this pull request with. | none |
|
| `milestone` | The number of the milestone to associate this pull request with. | none |
|
||||||
|
| `project` | The name of the project for which a card should be created. Requires `project-column`. | none |
|
||||||
|
| `project-column` | The name of the project column under which a card should be created. Requires `project`. | none |
|
||||||
| `branch` | The branch name. See **Branch naming** below for details. | `create-pull-request/patch` |
|
| `branch` | The branch name. See **Branch naming** below for details. | `create-pull-request/patch` |
|
||||||
| `base` | Sets the pull request base branch. | Defaults to the currently checked out branch, `GITHUB_REF`. For `pull_request` events, `GITHUB_HEAD_REF` |
|
| `base` | Sets the pull request base branch. | Defaults to the currently checked out branch, `GITHUB_REF`. For `pull_request` events, `GITHUB_HEAD_REF` |
|
||||||
| `branch-suffix` | The branch suffix type. Valid values are `short-commit-hash`, `timestamp`, `random` and `none`. See **Branch naming** below for details. | `short-commit-hash` |
|
| `branch-suffix` | The branch suffix type. Valid values are `short-commit-hash`, `timestamp`, `random` and `none`. See **Branch naming** below for details. | `short-commit-hash` |
|
||||||
|
@ -124,6 +126,8 @@ jobs:
|
||||||
assignees: peter-evans
|
assignees: peter-evans
|
||||||
reviewers: peter-evans
|
reviewers: peter-evans
|
||||||
milestone: 1
|
milestone: 1
|
||||||
|
project: Example Project
|
||||||
|
project-column: To do
|
||||||
branch: example-patches
|
branch: example-patches
|
||||||
branch-suffix: short-commit-hash
|
branch-suffix: short-commit-hash
|
||||||
- name: Check outputs
|
- name: Check outputs
|
||||||
|
|
|
@ -25,9 +25,9 @@ inputs:
|
||||||
milestone:
|
milestone:
|
||||||
description: 'The number of the milestone to associate this pull request with.'
|
description: 'The number of the milestone to associate this pull request with.'
|
||||||
project:
|
project:
|
||||||
description: 'The name of the project for which a card should be created for this pull request.'
|
description: 'The name of the project for which a card should be created.'
|
||||||
project-column:
|
project-column:
|
||||||
description: 'The name of the project column under which a card should be created for this pull request.'
|
description: 'The name of the project column under which a card should be created.'
|
||||||
branch:
|
branch:
|
||||||
description: 'The pull request branch name.'
|
description: 'The pull request branch name.'
|
||||||
base:
|
base:
|
||||||
|
|
Loading…
Reference in a new issue