mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
Small fix autolabeler (#297)
This commit is contained in:
parent
f9e0dfb270
commit
b21de8a736
11
.github/autolabeler-config.json
vendored
11
.github/autolabeler-config.json
vendored
@ -40,17 +40,10 @@
|
||||
"excludeGlobs": []
|
||||
}
|
||||
],
|
||||
"frontend": [
|
||||
"website": [
|
||||
{
|
||||
"fileStatus": null,
|
||||
"includeGlobs": ["frontend/**"],
|
||||
"excludeGlobs": []
|
||||
}
|
||||
],
|
||||
"documentation": [
|
||||
{
|
||||
"fileStatus": null,
|
||||
"includeGlobs": ["json/**"],
|
||||
"includeGlobs": ["frontend/**", "json/**"],
|
||||
"excludeGlobs": []
|
||||
}
|
||||
],
|
||||
|
3
.github/workflows/autolabeler.yml
vendored
3
.github/workflows/autolabeler.yml
vendored
@ -60,6 +60,3 @@ jobs:
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user