Skip to content

Commit

Permalink
Merge pull request #4 from knowledge-work/docs/tweak
Browse files Browse the repository at this point in the history
docs: fix `inputs.allowed_contexts` docs in `action.yaml`
  • Loading branch information
wadackel authored Aug 27, 2024
2 parents 66cb3d5 + a329bff commit 13b1e61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Supports null in JSON format.
| ID | Required | Default | Description |
| :----------------- | :----------------- | :------------------- | :------------------------------------------------------------------------------------------- |
| `command` | :white_check_mark: | n/a | The name of the command to be used in IssueOps. |
| `allowed_contexts` | :white_check_mark: | `issue,pull_request` | The comment contexts that trigger the IssueOps command, specified as a comma-separated list. |
| `allowed_contexts` | | `issue,pull_request` | The comment contexts that trigger the IssueOps command, specified as a comma-separated list. |

<!-- gha-inputs-end -->

Expand Down
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ inputs:
required: true
allowed_contexts:
description: 'The comment contexts that trigger the IssueOps command, specified as a comma-separated list.'
required: true
default: 'issue,pull_request'

outputs:
Expand Down

0 comments on commit 13b1e61

Please sign in to comment.