From 58ecc2edd283db32acdae985bcbf81123c1e8061 Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Mon, 20 Sep 2021 19:25:59 +0530 Subject: [PATCH 1/2] Create labels.yml --- .github/workflows/labels.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/labels.yml diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml new file mode 100644 index 0000000..c8a809e --- /dev/null +++ b/.github/workflows/labels.yml @@ -0,0 +1,20 @@ +name: Import open source standard labels + +on: + push: + branches: [ main ] + +jobs: + labels: + + runs-on: ubuntu-latest + + steps: + - uses: actions/setup-node@v2 + with: + node-version: '14' + - uses: EddieHubCommunity/gh-action-open-source-labels@v0.2.2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + owner-name: ${{ github.repository_owner }} + repository-name: ${{ github.event.repository.name }} From 6d94a823747af214e659db10f1c69fd82b673b51 Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Mon, 20 Sep 2021 19:32:09 +0530 Subject: [PATCH 2/2] Added Labels --- .github/labels.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/labels.json diff --git a/.github/labels.json b/.github/labels.json new file mode 100644 index 0000000..1886b82 --- /dev/null +++ b/.github/labels.json @@ -0,0 +1,29 @@ +[ + { "name": "good first issue", "color": "7f0799" }, + { "name": "help wanted", "color": "7f0799" }, + { "name": "duplicate", "color": "7f0799" }, + { "name": "⛔️ status: discarded", "color": "eeeeee" }, + { "name": "✨ goal: improvement", "color": "ffffff" }, + { "name": "❓ talk: question", "color": "f9bbe5" }, + { "name": "⭐ goal: addition", "color": "ffffff" }, + { "name": "🏁 status: ready for dev", "color": "cccccc" }, + { "name": "💬 talk: discussion", "color": "f9bbe5" }, + { "name": "💻 aspect: code", "color": "04338c" }, + { "name": "📄 aspect: text", "color": "04338c" }, + { "name": "🔒 staff only", "color": "7f0799" }, + { "name": "🕹 aspect: interface", "color": "04338c" }, + { "name": "🚦 status: awaiting triage", "color": "333333" }, + { "name": "🚧 status: blocked", "color": "999999" }, + { "name": "🛠 goal: fix", "color": "ffffff" }, + { "name": "🟥 priority: critical", "color": "b60205" }, + { "name": "🟧 priority: high", "color": "ff9f1c" }, + { "name": "🟨 priority: medium", "color": "ffcc00" }, + { "name": "🟩 priority: low", "color": "cfda2c" }, + { "name": "🤖 aspect: dx", "color": "04338c" }, + { "name": "🧹 status: ticket work required", "color": "666666" }, + { "name": "🔢 points: 1", "color": "62A1A6" }, + {"name": "🔢 points: 2", "color": "62A1A6" }, + { "name": "🔢 points: 3", "color": "62A1A6" }, + { "name": "🔢 points: 5", "color": "62A1A6" }, + { "name": "🔢 points: 8", "color": "62A1A6" } + ]