Skip to content

Commit 13b1e61

Browse files
authored
Merge pull request #4 from knowledge-work/docs/tweak
docs: fix `inputs.allowed_contexts` docs in `action.yaml`
2 parents 66cb3d5 + a329bff commit 13b1e61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Supports null in JSON format.
168168
| ID | Required | Default | Description |
169169
| :----------------- | :----------------- | :------------------- | :------------------------------------------------------------------------------------------- |
170170
| `command` | :white_check_mark: | n/a | The name of the command to be used in IssueOps. |
171-
| `allowed_contexts` | :white_check_mark: | `issue,pull_request` | The comment contexts that trigger the IssueOps command, specified as a comma-separated list. |
171+
| `allowed_contexts` | | `issue,pull_request` | The comment contexts that trigger the IssueOps command, specified as a comma-separated list. |
172172

173173
<!-- gha-inputs-end -->
174174

action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inputs:
1111
required: true
1212
allowed_contexts:
1313
description: 'The comment contexts that trigger the IssueOps command, specified as a comma-separated list.'
14-
required: true
1514
default: 'issue,pull_request'
1615

1716
outputs:

0 commit comments

Comments
 (0)