* New Crowdin translations by Github Action * Reset translations with known issues to english * Revert broken translations * Reset broken translated file * Revert broken translations Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
5.8 KiB
5.8 KiB
| Клавиша | Тип | Description |
|---|---|---|
действие |
строка |
The action performed. Can be one of:
|
check_run |
объект |
The check_run. |
check_run[status] |
строка |
The current status of the check run. Can be queued, in_progress, or completed. |
check_run[conclusion] |
строка |
The result of the completed check run. Can be one of success, failure, neutral, cancelled, timed_out, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}action_required or stale{% else %}or action_required{% endif %}. This value will be null until the check run has completed. |
check_run[name] |
строка |
The name of the check run. |
check_run[check_suite][id] |
integer |
The id of the check suite that this check run is part of. |
check_run[check_suite][pull_requests] |
array |
An array of pull requests that match this check suite. A pull request matches a check suite if they have the same head_sha and head_branch. When the check suite's head_branch is in a forked repository it will be null and the pull_requests array will be empty. |
requested_action |
объект |
The action requested by the user. |
requested_action[identifier] |
строка |
The integrator reference of the action requested by the user. |