-
Notifications
You must be signed in to change notification settings - Fork 4
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 #21 from CM000n/enhancement/using_stub_files
Update dependencies and adjust pyproject.toml
- Loading branch information
Showing
7 changed files
with
528 additions
and
356 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 |
---|---|---|
@@ -1,71 +1,70 @@ | ||
--- | ||
# the GitHub Action https://github.com/marketplace/actions/github-labeler. | ||
- name: ":bell: automerge" | ||
color: "8f4fbc" | ||
description: "" | ||
- name: ":robot: bot" | ||
color: "69cde9" | ||
description: "" | ||
- name: ":bug: bug" | ||
color: "b60205" | ||
description: "" | ||
- name: ":warning: breaking change" | ||
color: "b60205" | ||
description: "" | ||
- name: ":game_die: dependencies" | ||
color: "0366d6" | ||
description: "" | ||
- name: ":memo: documentation" | ||
color: "c5def5" | ||
description: "" | ||
- name: ":busts_in_silhouette: duplicate" | ||
color: "cccccc" | ||
description: "" | ||
- name: ":speech_balloon: translation" | ||
color: "b2a8a6" | ||
description: "" | ||
- name: ":wrench: enhancement" | ||
color: "0054ca" | ||
description: "" | ||
- name: ":rocket: feature" | ||
color: "0e8a16" | ||
description: "" | ||
- name: ":mega: feedback" | ||
color: "03a9f4" | ||
description: "" | ||
- name: ":clock10: future maybe" | ||
color: "fef2c0" | ||
description: "" | ||
- name: ":hatching_chick: good first issue" | ||
color: "7057ff" | ||
description: "" | ||
- name: ":pray: help wanted" | ||
color: "4caf50" | ||
description: "" | ||
- name: ":no_entry_sign: invalid" | ||
color: "e6e6e6" | ||
description: "" | ||
- name: ":mag: investigate" | ||
color: "e6625b" | ||
description: "" | ||
- name: ":thinking: needs more info" | ||
color: "795548" | ||
description: "" | ||
- name: ":pushpin: pinned" | ||
color: "28008e" | ||
description: "" | ||
- name: ":question: question" | ||
color: "3f51b5" | ||
description: "" | ||
- name: ":skull: stale" | ||
color: "237da0" | ||
description: "" | ||
- name: ":eyes: upstream" | ||
color: "fbca04" | ||
description: "" | ||
- name: ":construction_worker: WIP" | ||
color: "668000" | ||
description: "" | ||
- name: ":coffin: wontfix" | ||
color: "ffffff" | ||
description: "" | ||
- name: ':bell: automerge' | ||
color: 8f4fbc | ||
description: '' | ||
- name: ':robot: bot' | ||
color: 69cde9 | ||
description: '' | ||
- name: ':bug: bug' | ||
color: b60205 | ||
description: '' | ||
- name: ':warning: breaking change' | ||
color: b60205 | ||
description: '' | ||
- name: ':game_die: dependencies' | ||
color: 0366d6 | ||
description: '' | ||
- name: ':memo: documentation' | ||
color: c5def5 | ||
description: '' | ||
- name: ':busts_in_silhouette: duplicate' | ||
color: cccccc | ||
description: '' | ||
- name: ':speech_balloon: translation' | ||
color: b2a8a6 | ||
description: '' | ||
- name: ':wrench: enhancement' | ||
color: 0054ca | ||
description: '' | ||
- name: ':rocket: feature' | ||
color: 0e8a16 | ||
description: '' | ||
- name: ':mega: feedback' | ||
color: 03a9f4 | ||
description: '' | ||
- name: ':clock10: future maybe' | ||
color: fef2c0 | ||
description: '' | ||
- name: ':hatching_chick: good first issue' | ||
color: 7057ff | ||
description: '' | ||
- name: ':pray: help wanted' | ||
color: 4caf50 | ||
description: '' | ||
- name: ':no_entry_sign: invalid' | ||
color: e6e6e6 | ||
description: '' | ||
- name: ':mag: investigate' | ||
color: e6625b | ||
description: '' | ||
- name: ':thinking: needs more info' | ||
color: '795548' | ||
description: '' | ||
- name: ':pushpin: pinned' | ||
color: 28008e | ||
description: '' | ||
- name: ':question: question' | ||
color: 3f51b5 | ||
description: '' | ||
- name: ':skull: stale' | ||
color: 237da0 | ||
description: '' | ||
- name: ':eyes: upstream' | ||
color: fbca04 | ||
description: '' | ||
- name: ':construction_worker: WIP' | ||
color: '668000' | ||
description: '' | ||
- name: ':coffin: wontfix' | ||
color: ffffff | ||
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
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
Oops, something went wrong.