Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Github labels, bots, review #1493

Merged
merged 5 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
shohamc1 marked this conversation as resolved.
Show resolved Hide resolved

/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