- expand documentaiton

This commit is contained in:
Mike Penz
2022-02-11 11:17:48 +01:00
parent 3ece3bdbac
commit ede7620da2
+7 -1
View File
@@ -166,7 +166,13 @@ This configuration is a `.json` file in the following format.
}, },
{ {
"title": "## 🧪 Tests", "title": "## 🧪 Tests",
"labels": ["test"] "labels": ["test"],
},
{
"title": "## 🧪 Tests and some 🪄 Magic",
"labels": ["test", "magic"],
"exclude_labels": ["no-magic"],
"exhaustive": true,
} }
], ],
"ignore_labels": [ "ignore_labels": [