Skip to content

Commit

Permalink
- expand documentaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Feb 11, 2022
1 parent 3ece3bd commit ede7620
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ This configuration is a `.json` file in the following format.
},
{
"title": "## 🧪 Tests",
"labels": ["test"]
"labels": ["test"],
},
{
"title": "## 🧪 Tests and some 🪄 Magic",
"labels": ["test", "magic"],
"exclude_labels": ["no-magic"],
"exhaustive": true,
}
],
"ignore_labels": [
Expand Down

0 comments on commit ede7620

Please sign in to comment.