1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Merge branch 'main' into copilot-ga-megabranch

This commit is contained in:
Jules
2022-06-10 11:25:24 +02:00
committed by GitHub
561 changed files with 4948 additions and 1552 deletions

View File

@@ -21,7 +21,7 @@ The format and allowed values are the same as the [frontmatter versions property
### Liquid conditionals
Now you can use `{% if meow %} ... {% endif %}` in content files! Note this is the `if` tag, not the new `ifversion` tag.
Now you can use `{% ifversion meow %} ... {% endif %}` in content files!
### Frontmatter

View File

@@ -0,0 +1,6 @@
# Issue 6921
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.6'
ghae: 'issue-6921'

View File

@@ -0,0 +1,6 @@
# Issue #7062
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.5'
ghae: 'issue-7062'