зеркало из https://github.com/github/docs.git
Correct versioning for 3.5 release (#27071)
This commit is contained in:
Родитель
9cd0f2a21d
Коммит
7c8e437aba
|
@ -385,6 +385,7 @@ Action | Description
|
|||
| `gist.destroy` | A gist is deleted.
|
||||
| `gist.visibility_change` | The visibility of a gist is changed.
|
||||
|
||||
{% ifversion ghec or ghes > 3.4 or ghae-issue-6724 %}
|
||||
### `git` category actions
|
||||
|
||||
| Action | Description
|
||||
|
@ -392,6 +393,7 @@ Action | Description
|
|||
| `git.clone` | A repository was cloned.
|
||||
| `git.fetch` | Changes were fetched from a repository.
|
||||
| `git.push` | Changes were pushed to a repository.
|
||||
{% endif %}
|
||||
|
||||
### `hook` category actions
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>3.5'
|
||||
ghes: '>3.4'
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>3.4'
|
||||
ghae: 'issue-6307'
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
versions:
|
||||
fpt: '*'
|
||||
ghae: 'issue-5813'
|
||||
ghes: '>3.4'
|
||||
ghec: '*'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% ifversion fpt or ghec %}
|
||||
|
||||
**Note:** The {% data variables.product.prodname_codeql_runner %} is being deprecated. On {% data variables.product.product_name %}, the {% data variables.product.prodname_codeql_runner %} will be supported until March 2022. You should upgrade to the latest version of [{% data variables.product.prodname_codeql_cli %}](https://github.com/github/codeql-action/releases).
|
||||
**Note:** The {% data variables.product.prodname_codeql_runner %} is deprecated. On {% data variables.product.product_name %}, the {% data variables.product.prodname_codeql_runner %} was supported until March 2022. You should upgrade to the latest version of [{% data variables.product.prodname_codeql_cli %}](https://github.com/github/codeql-action/releases).
|
||||
|
||||
{% elsif ghes > 3.3 %}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче