1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Branch was updated using the 'autoupdate branch' Actions workflow.

This commit is contained in:
Octomerger Bot
2021-02-20 03:09:48 +10:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

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

View File

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