-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from crazy-max/fix-tests
test: use fixture for repo labels
- Loading branch information
Showing
4 changed files
with
118 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
[ | ||
{ | ||
"name": ":bell: automerge", | ||
"color": "8f4fbc", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":bug: bug", | ||
"color": "b60205", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":bulb: feature request", | ||
"color": "0e8a16", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":busts_in_silhouette: duplicate", | ||
"color": "cccccc", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":coffin: wontfix", | ||
"color": "ffffff", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":eyes: upstream", | ||
"color": "fbca04", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":game_die: dependencies", | ||
"color": "0366d6", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":hatching_chick: good first issue", | ||
"color": "7057ff", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":mag: investigate", | ||
"color": "e6625b", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":mega: feedback", | ||
"color": "03a9f4", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":memo: documentation", | ||
"color": "c5def5", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":no_entry_sign: invalid", | ||
"color": "e6e6e6", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":pray: help wanted", | ||
"color": "4caf50", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":pushpin: pinned", | ||
"color": "28008e", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":question: question", | ||
"color": "3f51b5", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":robot: bot", | ||
"color": "69cde9", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":rocket: future maybe", | ||
"color": "fef2c0", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":skull: stale", | ||
"color": "237da0", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":sparkles: enhancement", | ||
"color": "0054ca", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":sparkling_heart: sponsor", | ||
"color": "fedbf0", | ||
"description": "" | ||
}, | ||
{ | ||
"name": ":thinking: needs more info", | ||
"color": "795548", | ||
"description": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters