We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496f781 commit 9a9f6d9Copy full SHA for 9a9f6d9
1 file changed
quality-gate.manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/govuk-one-login/quality-gates/refs/tags/v0.1.0/schemas/schema.json",
+ "$schema": "https://raw.githubusercontent.com/govuk-one-login/quality-gates/refs/tags/v0.4.0/schemas/schema.json",
3
"services": [
4
5
"quality-gates": [
@@ -11,7 +11,7 @@
11
"config": {
12
"file": ".github/workflows/check-pr.yml",
13
"name": "pre-commit",
14
- "path": "jobs.run-pre-commit"
+ "path": "jobs.pre-commit"
15
},
16
"phase": "pre-merge",
17
"provider": "GitHub"
@@ -42,6 +42,7 @@
42
43
44
"check-types": [
45
+ "component",
46
"integration",
47
"regression",
48
"new feature"
0 commit comments