Skip to content

Commit

Permalink
update CODEOWNERS, remove label bot for issues, consolidate area/* an…
Browse files Browse the repository at this point in the history
…d kind/* labels
  • Loading branch information
shohamc1 committed Sep 22, 2022
1 parent b5d203d commit 07578f5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 85 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/

/.github/ @uzyn @Bushstar @Mixa84 @surangap @wafflespeanut @hidiego @prasannavl @mambisi @Jouzo @fuxingloh
/.github/ @Bushstar @Mixa84 @surangap @wafflespeanut @hidiego @prasannavl @mambisi @Jouzo @shohamc1 @fuxingloh

/src/ @uzyn @Bushstar @Mixa84 @surangap @wafflespeanut @hidiego @prasannavl @mambisi @Jouzo
/src/ @Bushstar @Mixa84 @surangap @wafflespeanut @hidiego @prasannavl @mambisi @Jouzo @shohamc1
39 changes: 0 additions & 39 deletions .github/governance.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,5 @@
version: v1

issue:
labels:
- prefix: triage
list: [ "accepted" ]
multiple: false
author_association:
collaborator: true
member: true
owner: true
needs:
comment: |
@$AUTHOR: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
- prefix: kind
list: [ "feature", "bug" ]
multiple: false
needs: true

chat_ops:
- cmd: /close
type: close
author_association:
author: true
collaborator: true
member: true
owner: true

- cmd: /cc
type: none

- cmd: /assign
type: assign
author_association:
collaborator: true
member: true
owner: true

pull_request:
labels:
- prefix: kind
Expand Down
67 changes: 23 additions & 44 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Existing labels to be refactored or removed entirely.
- color: ffffff
name: api-change
description:
- color: ffffff
name: bug
description: Something isn't working
Expand Down Expand Up @@ -47,27 +44,10 @@
name: wontfix
description: This will not be worked on

# Needs
- color: cc40d8
name: needs/kind
description: Needs kind label
- color: cc40d8
name: needs/triage
description: Waiting for triage to be accepted

# Kind
- color: e7e9eb
name: kind/bug
description: Something isn't working
- color: e7e9eb
name: kind/feature
description: New feature request
- color: e7e9eb
name: kind/question
description: Generic question
- color: e7e9eb
name: kind/chore
description: Non feature change
- color: e7e9eb
name: kind/fix
description: Fix a bug
Expand All @@ -78,36 +58,35 @@
name: kind/refactor
description: Non feature refactor change
- color: e7e9eb
name: kind/dependencies
description: Pull requests that update a dependency file
name: kind/chore
description: Non feature change

# Area
# Area (for PRs)
- color: fbca04
name: area/consensus
- color: fbca04
name: area/database
- color: fbca04
name: area/poolpairs
- color: fbca04
name: area/oracles
- color: fbca04
name: area/futures
- color: fbca04
name: area/interchain-exchange
- color: fbca04
name: area/governance
- color: fbca04
name: area/operators
name: area/feature
- color: fbca04
name: area/optimisation
- color: fbca04
name: area/tokens
- color: fbca04
name: area/rpc
- color: fbca04
name: area/workflow

# Triage
- color: b1f488
name: triage/accepted
description: Triage has been accepted
# Priority
- color: f79489
name: P1
- color: f8afa6
name: P2
- color: fadcd9
name: P3
- color: f9f1f0
name: P4

# Effort
- color: 34a0a4
name: E1
- color: 52b69a
name: E2
- color: 99d98c
name: E3
- color: b5e48c
name: E4

0 comments on commit 07578f5

Please sign in to comment.