This commit is contained in:
Octomerger Bot 2021-02-20 07:13:11 +10:00 коммит произвёл GitHub
Родитель f9b50ac438
Коммит 00e981793b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 1 удалений

3
.github/workflows/repo-freeze-check.yml поставляемый
Просмотреть файл

@ -1,7 +1,8 @@
name: Repo Freeze Check
on:
pull_request:
workflow_dispatch:
pull_request_target:
types:
- opened
- reopened

Просмотреть файл

@ -271,6 +271,12 @@ on:
deployment_status
```
{% note %}
**Note:** When a deployment status's state is set to `inactive`, a webhook event will not be created.
{% endnote %}
#### `fork`
Runs your workflow anytime when someone forks a repository, which triggers the `fork` event. For information about the REST API, see "[Create a fork](/rest/reference/repos#create-a-fork)."