diff --git a/.github/labels.yml b/.github/labels.yml index 09d7750e..9e61bf4f 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -7,6 +7,10 @@ name: ":bug: bug" color: "b60205" description: "" +- # dependencies + name: ":game_die: dependencies" + color: "0366d6" + description: "" - # documentation name: ":memo: documentation" color: "c5def5" diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2308ace1..dd984b61 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,9 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - + # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v1 - + # https://github.com/crazy-max/ghaction-github-labeler name: Run Labeler if: success() uses: crazy-max/ghaction-github-labeler@v1 diff --git a/README.md b/README.md index 85ffc9f7..bf430652 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+