Skip to content

Commit

Permalink
995 - docs - generated
Browse files Browse the repository at this point in the history
  • Loading branch information
monikakuster authored and ivicac committed Nov 23, 2024
1 parent ed303e7 commit e93f10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/reference/components/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Adds an assignees to the specified issue.
|:--------------:|:------------:|:--------------------:|:-------------------:|
| Repository | STRING | SELECT | |
| Issue | STRING | SELECT | The issue to add assignee to. |
| Assignees | STRING | SELECT | The list of assignees to add to the issue. |
| Assignees | [STRING\($assignee)] | ARRAY_BUILDER | The list of assignees to add to the issue. |


### Output
Expand Down Expand Up @@ -164,7 +164,7 @@ Adds labels to the specified issue.
|:--------------:|:------------:|:--------------------:|:-------------------:|
| Repository | STRING | SELECT | |
| Issue | STRING | SELECT | The issue to add labels to. |
| Labels | STRING | SELECT | The list of labels to add to the issue. |
| Labels | [STRING\($label)] | ARRAY_BUILDER | The list of labels to add to the issue. |


### Output
Expand Down

0 comments on commit e93f10f

Please sign in to comment.