Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update: Configure project
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jun 9, 2023
1 parent 36a09a8 commit 4decc91
Showing 1 changed file with 140 additions and 0 deletions.
140 changes: 140 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ repository:
topics: portefaix, inspec, azure

labels:

## CLOUD PROVIDERS

- name: "cloud/azure"
description: "Cloud Provider / Azure"
color: "068082"

## AREA

- name: "area/inspec"
description: "Inspec"
color: "cc317c"
Expand All @@ -33,6 +42,8 @@ labels:
description: "Github"
color: "cc317c"

## DEPENDENCY

- name: "dependency/github"
description: "Dependency Github Actions"
color: "6fcb70"
Expand All @@ -41,3 +52,132 @@ labels:
description: "Dependency Inspec"
color: "6fcb70"

## NEEDS

- name: "needs/triage"
description: "Indicates an issue or PR lacks a `triage/foo` label and requires one."
color: "D669BE"

- name: "needs/priority"
description: "Indicates a PR lacks a `priority/foo` label and requires one."
color: "D669BE"

- name: "needs/kind"
description: "Indicates a PR lacks a `kind/foo` label and requires one."
color: "D669BE"

- name: "needs/lifecycle"
description: "Indicates a PR lacks a `lifecycle/foo` label and requires one."
color: "D669BE"

- name: "needs/area"
description: "Indicates an issue or PR lacks a `area/foo` label and requires one."
color: "D669BE"

- name: "needs/size"
description: "Indicates an issue or PR lacks a `size/foo` label and requires one."
color: "D669BE"

- name: "needs/status"
description: "Indicates an issue or PR lacks a `status/foo` label and requires one."
color: "D669BE"

- name: "needs/cloud"
description: "Indicates a PR lacks a `cloud/foo` label and requires one."
color: "D669BE"

## SIZE

- name: "size/xs"
description: "Size XS"
color: "ededed"

- name: "size/s"
description: "Size S"
color: "ededed"

- name: "size/m"
description: "Size M"
color: "ededed"

- name: "size/l"
description: "Size L"
color: "ededed"

- name: "size/xl"
description: "Size XL"
color: "ededed"

## LIFECYCLE

- name: "lifecycle/waiting"
description: "Indicates that an issue or PR is waiting a contributor."
color: "75CA20"

- name: "lifecycle/active"
description: "Indicates that an issue or PR is actively being worked on by a contributor."
color: "75CA20"

- name: "lifecycle/frozen"
description: "Indicates that an issue or PR should not be auto-closed due to staleness."
color: "10D3EE"

- name: "lifecycle/stale"
description: "Denotes an issue or PR has remained open with no activity and has become stale."
color: "616F6C"

- name: "lifecycle/rotten"
description: "Denotes an issue or PR that has aged beyond stale and will be auto-closed."
color: "212F3D"

## STATUS

- name: "status/abandoned"
description: "This issue or PR is no longer important"
color: "000000"

- name: "status/available"
description: "No one has claimed responsibility for resolving this issue"
color: "c2e0c6"

- name: "status/blocked"
description: "There is another issue or PR that needs to be resolved first"
color: "ee0701"

- name: "status/in_progress"
description: "This issue or PR is being worked on, and has someone assigned"
color: "cccccc"

- name: "status/on_hold"
description: "Similar to blocked, but is assigned to someone"
color: "e99695"

- name: "status/proposal"
description: "A new propoal"
color: "d4c5f9"

- name: "status/review_needed"
description: "The issue or PR needs to be reviewed"
color: "fbca04"

## PRIORITY

- name: "priority/critical"
description: "Highest priority. This should be dealt with ASAP"
color: "ee0701"

- name: "priority/high"
description: "After critical issues are fixed, these should be dealt with before any further issues"
color: "d93f0b"

- name: "priority/medium"
description: "This issue or PR may be useful, and needs some attention"
color: "fbca04"

- name: "priority/low"
description: "This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix"
color: "0e8a16"

- name: "priority/backlog"
description: "Possibly useful, but not yet enough support to actually get it done"
color: "fbca04"

0 comments on commit 4decc91

Please sign in to comment.