From b87564a5cc6df188deba008563d7c11f27cb1cbc Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 14 Feb 2021 23:12:36 +0100 Subject: [PATCH] Remove label workflow Signed-off-by: CrazyMax --- .github/labels.yml | 111 ----------------------------------- .github/workflows/labels.yml | 20 ------- 2 files changed, 131 deletions(-) delete mode 100644 .github/labels.yml delete mode 100644 .github/workflows/labels.yml diff --git a/.github/labels.yml b/.github/labels.yml deleted file mode 100644 index 0de915d..0000000 --- a/.github/labels.yml +++ /dev/null @@ -1,111 +0,0 @@ -## more info https://github.com/crazy-max/ghaction-github-labeler -- # automerge - name: ":bell: automerge" - color: "8f4fbc" - description: "" -- # bot - name: ":robot: bot" - color: "69cde9" - description: "" -- # bug - name: ":bug: bug" - color: "b60205" - description: "" -- # dependencies - name: ":game_die: dependencies" - color: "0366d6" - description: "" - from_name: "dependencies" -- # documentation - name: ":memo: documentation" - color: "c5def5" - description: "" -- # duplicate - name: ":busts_in_silhouette: duplicate" - color: "cccccc" - description: "" -- # enhancement - name: ":sparkles: enhancement" - color: "0054ca" - description: "" -- # feature request - name: ":bulb: feature request" - color: "0e8a16" - description: "" -- # feedback - name: ":mega: feedback" - color: "03a9f4" - description: "" -- # future maybe - name: ":rocket: future maybe" - color: "fef2c0" - description: "" -- # good first issue - name: ":hatching_chick: good first issue" - color: "7057ff" - description: "" -- # help wanted - name: ":pray: help wanted" - color: "4caf50" - description: "" -- # hold - name: ":hand: hold" - color: "24292f" - description: "" -- # invalid - name: ":no_entry_sign: invalid" - color: "e6e6e6" - description: "" -- # maybe bug - name: ":interrobang: maybe bug" - color: "ff5722" - description: "" -- # needs more info - name: ":thinking: needs more info" - color: "795548" - description: "" -- # question - name: ":question: question" - color: "3f51b5" - description: "" -- # upstream - name: ":eyes: upstream" - color: "fbca04" - description: "" -- # wontfix - name: ":coffin: wontfix" - color: "ffffff" - description: "" - -- # registry-aws-ecr - name: "registry-aws-ecr" - color: "84858A" - description: "" -- # registry-azure-acr - name: "registry-azure-acr" - color: "84858A" - description: "" -- # registry-dockerhub - name: "registry-dockerhub" - color: "84858A" - description: "" -- # registry-github - name: "registry-github" - color: "84858A" - description: "" -- # registry-google-gar - name: "registry-google-gar" - color: "84858A" - description: "" -- # registry-google-gcr - name: "registry-google-gcr" - color: "84858A" - description: "" -- # registry-nexus - name: "registry-nexus" - color: "84858A" - description: "" -- # registry-quay - name: "registry-quay" - color: "84858A" - description: "" diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index 29eb111..0000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: labels - -on: - push: - branches: - - 'master' - paths: - - '.github/labels.yml' - - '.github/workflows/labels.yml' - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - - - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v3