1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Merge pull request #21493 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-19 12:53:15 -07:00
committed by GitHub

View File

@@ -13,6 +13,7 @@ Add a `versions` block to the YML file with the short names of the versions the
```yaml
versions:
fpt: '*'
ghec: '*'
ghes: '>3.1'
ghae: '*'
```
@@ -30,6 +31,7 @@ You can also use the feature in frontmatter in content files:
```yaml
versions:
fpt: '*'
ghec: '*'
ghes: '>3.1'
feature: 'meow'
```