* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
4 lines
877 B
Markdown
4 lines
877 B
Markdown
The {% data variables.product.prodname_component_kit %} enables you to configure an interactive component to appear in a pull request or issue. Interactive components enable people to trigger and manage tasks that appear in the {% data variables.product.prodname_dotcom %} UI while a {% data variables.product.prodname_github_app %} or action performs the requested tasks and shares updates.
|
|
|
|
Using the "[Create composable comment](/hidden/github-component-kit/composable-comments#create-composable-comment)" endpoint, a {% data variables.product.prodname_github_app %} or action can create a composable comment in an issue or pull request. The composable comment can include an interactive component, such as a custom button. When someone interacts with the comment, the {% data variables.product.prodname_github_app %} will receive the `interactive_component` webhook event.
|