Skip to content

Commit 00e9817

Browse files
authored
repo sync (#17931)
1 parent f9b50ac commit 00e9817

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/repo-freeze-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Repo Freeze Check
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
5+
pull_request_target:
56
types:
67
- opened
78
- reopened

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ on:
271271
deployment_status
272272
```
273273

274+
{% note %}
275+
276+
**Note:** When a deployment status's state is set to `inactive`, a webhook event will not be created.
277+
278+
{% endnote %}
279+
274280
#### `fork`
275281

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

0 commit comments

Comments
 (0)