1
0
mirror of synced 2026-01-02 21:04:32 -05:00
Files
docs/translations/ru-RU/data/reusables/github-component-kit/opening-explanation-for-component-kit.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* 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
2020-09-29 16:01:04 -04:00

877 B

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" 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.