Skip to content

Commit

Permalink
.github/labels: Update labels to track latest staging
Browse files Browse the repository at this point in the history
Using the code generation tool in .github/scripts, update labels in .github/labels to match the latest staging.

Signed-off-by: Arvind Ganesh <arvind.cganesh@gmail.com>
  • Loading branch information
arvganesh committed May 5, 2024
1 parent 3facdb2 commit 31ae8ba
Show file tree
Hide file tree
Showing 28 changed files with 324 additions and 158 deletions.
4 changes: 4 additions & 0 deletions .github/labels/Epic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: Epic
description:
color: "#3e4b9e"
4 changes: 4 additions & 0 deletions .github/labels/RFC.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: RFC
description: Request for Comments (do not review yet)
color: "#7239ec"
18 changes: 9 additions & 9 deletions .github/labels/area.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
labels:
- name: area/arch
description: Issues and PRs which affect architecture code
description: Unikraft Architecture
color: "#7ec2f7"
apply_on_pr_match_paths:
- arch/**

- name: area/docs
description: Issues and PRs which affect documentation
description: Documentation
color: "#db4eb8"
apply_on_pr_match_paths:
- doc/**
Expand All @@ -19,40 +19,40 @@ labels:
- exportsyms.uk

- name: area/include
description: Issues and PRs which affect headers
description: Part of include/uk
color: "#e99695"
apply_on_pr_match_paths:
- include/**

- name: area/kconfig
description: Issues and PRs which affect KConfig code
description: Part of the Unikraft KConfig option system
color: "#ed8ebd"
apply_on_pr_match_paths:
- Config.uk

- name: area/lib
description: Issues and PRs which affect internal Unikraft libraries
color: "#ed8ebd"
description: Internal Unikraft Microlibrary
color: "#efbf67"
match_repos:
- unikraft
apply_on_pr_match_paths:
- lib/**

- name: area/makefile
description: Issues and PRs which affect Makefile code
description: Part of the Unikraft Makefile build system
color: "#ffe5c9"
apply_on_pr_match_paths:
- Makefile.uk
- Makefile

- name: area/plat
description: Issues and PRs which affect platform code
description: Unikraft Patform
color: "#f2daa9"
apply_on_pr_match_paths:
- plat/**

- name: area/support
description: Issues and PRs which affect support code
description: Support scripts, tools, services.
color: "#bfd4f2"
apply_on_pr_match_paths:
- support/**
Expand Down
8 changes: 6 additions & 2 deletions .github/labels/arm.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
labels:
- name: arm/smcc
description: Secure Monitor Call Calling Convention on ARM
color: "#0BA2F3"
description:
color: "#ededed"
apply_on_pr_match_paths:
- include/uk/arch/arm/smccc.h
- plat/common/arm/smccc.c
- plat/common/arm/smccc_invoke.S

- name: arm/smccc
description: Secure Monitor Call Calling Convention on ARM
color: "#0ba2f3"
4 changes: 4 additions & 0 deletions .github/labels/breaking-change.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: breaking-change
description: PR or issue includes a backwards-incompatible changeset.
color: "#b60205"
6 changes: 3 additions & 3 deletions .github/labels/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ labels:
- name: bug/compile-time
description: Bug occurs during compile-time
color: "#ed5139"
- name: bug/fix
description: This PR fixes a bug
color: "#4bcc7a"

- name: bug/link-time
description: Bug occurs during link-time
Expand All @@ -11,6 +14,3 @@ labels:
description: Bug occurs during runtime
color: "#4d2a25"

- name: bug/fix
description: This PR fixes a bug
color: "#4bcc7a"
1 change: 1 addition & 0 deletions .github/labels/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ labels:
- name: ci/wait
description: Tell the CI system to wait before performing any action.
color: "#e99695"

4 changes: 4 additions & 0 deletions .github/labels/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: dependencies
description: Pull requests that update a dependency file
color: "#0366d6"
4 changes: 4 additions & 0 deletions .github/labels/good-first-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: good-first-issue
description: Good for newcomers
color: "#7057ff"
4 changes: 4 additions & 0 deletions .github/labels/gsoc22.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: gsoc22
description: Google Summer of Code 2022 Project
color: "#fbca04"
4 changes: 4 additions & 0 deletions .github/labels/hotfix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: hotfix
description: Urgent fix requiring prioritized attention.
color: "#b60205"
12 changes: 10 additions & 2 deletions .github/labels/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@ labels:
- name: kind/bug
description: Something isn't working
color: "#d73a4a"
- name: kind/build-warning
description: Issue or PR is related with a build warning
color: "#d93f0b"

- name: kind/enhancement
description: Issues and PRs related to increasing functionality
description: New feature or request
color: "#a2eeef"

- name: kind/hackathon
description: Hackathon challenge
color: "#d4c5f9"

- name: kind/maintenance
description: Chores and meta-tasks
color: "#a295d6"
Expand All @@ -24,5 +31,6 @@ labels:
color: "#e99695"

- name: kind/quick-fix
description: Issue or PR is related to a quick fix
description: Issue is a quick fix
color: "#1daf6b"

54 changes: 29 additions & 25 deletions .github/labels/lang.yaml
Original file line number Diff line number Diff line change
@@ -1,66 +1,70 @@
labels:
- name: lang/c
description: Issues or PRs which affect code written in C
description: Issues or PRs to do with C/C++
color: "#bbbbbb"
apply_on_pr_match_paths:
- "**/*\\.c"
- '**/*\.c'

- name: lang/cpp
description: Issues or PRs which affect code written in C++
color: "#bbbbbb"
apply_on_pr_match_paths:
- "**/*\\.cpp"

- name: lang/d
description: Issues or PRs which affect code written in Dlang
description: Issues or PRs to do with Dlang
color: "#9f2725"
apply_on_pr_match_paths:
- "**/*\\.d"
- '**/*\.d'


- name: lang/go
description: Issues or PRs which affect code written in Golang
description: Issues or PRs to do with Golang
color: "#58c7d6"
apply_on_pr_match_paths:
- "**/*\\.go"
- '**/*\.go'


- name: lang/javascript
description: Issues or PRs which affect code written in JavaScript
description: Issues or PRs to with JavaScript
color: "#e1cf27"
apply_on_pr_match_paths:
- "**/*\\.js"
- '**/*\.js'


- name: lang/lua
description: Issues or PRs which affect code written in Lua
description: Issues or PRs to do with Lua
color: "#000069"
apply_on_pr_match_paths:
- "**/*\\.lua"
- '**/*\.lua'


- name: lang/php
description: Issues or PRs which affect code written in PHP
description: Issues or PRs to do with PHP
color: "#60619d"
apply_on_pr_match_paths:
- "**/*\\.php"
- '**/*\.php'


- name: lang/python
description: Issues or PRs which affect code written in Python
description: Issues or PRs to do with Python
color: "#2b5f95"
apply_on_pr_match_paths:
- "**/*\\.py"
- '**/*\.py'


- name: lang/ruby
description: Issues or PRs which affect code written in Ruby
description: Issues or PRs to do with Ruby
color: "#a80007"
apply_on_pr_match_paths:
- "**/*\\.rb"
- '**/*\.rb'


- name: lang/rust
description: Issues or PRs which affect code written in Rust
description: Issues or PRs to do with Rust
color: "#8a4521"
apply_on_pr_match_paths:
- "**/*\\.rs"
- '**/*\.rs'


- name: lang/wamr
description: Issues or PRs which affect code written in WAMR
description: Issues or PRs to do with WAMR
color: "#5130ec"
apply_on_pr_match_paths:
- "**/*\\.wamr"
- '**/*\.wamr'

4 changes: 4 additions & 0 deletions .github/labels/lgtm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
labels:
- name: lgtm
description: Indicates that a PR is ready to be merged.
color: "#0e8a16"
Loading

0 comments on commit 31ae8ba

Please sign in to comment.