Merge branch 'actions:main' into main
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Jekyll",
|
"name": "Jekyll using Docker image",
|
||||||
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
|
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
|
||||||
"iconName": "jekyll",
|
"iconName": "jekyll",
|
||||||
"categories": ["Continuous integration", "HTML"]
|
"categories": ["Continuous integration", "HTML"]
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
"../../ci",
|
"../../ci",
|
||||||
"../../automation",
|
"../../automation",
|
||||||
"../../deployments",
|
"../../deployments",
|
||||||
"../../code-scanning"
|
"../../code-scanning",
|
||||||
|
"../../pages"
|
||||||
],
|
],
|
||||||
"allowed_categories": [
|
"allowed_categories": [
|
||||||
{
|
{
|
||||||
@@ -21,6 +22,10 @@
|
|||||||
{
|
{
|
||||||
"path": "../../code-scanning",
|
"path": "../../code-scanning",
|
||||||
"categories": ["Code Scanning", "Dependency review"]
|
"categories": ["Code Scanning", "Dependency review"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../../pages",
|
||||||
|
"categories": ["Pages"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user