Merge branch 'main' into copilot-ga-megabranch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
6
data/features/actions-unified-inputs.yml
Normal file
6
data/features/actions-unified-inputs.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Issue 6921
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.6'
|
||||
ghae: 'issue-6921'
|
||||
6
data/features/partial-reruns-with-reusable.yml
Normal file
6
data/features/partial-reruns-with-reusable.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Issue #7062
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.5'
|
||||
ghae: 'issue-7062'
|
||||
Reference in New Issue
Block a user