mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-02 14:13:09 +00:00
Remove label sync
More cumbersome than expected. GitHub action fails silently git action that could be done with a copy paste Will replace this with just copy-pasting labels across.
This commit is contained in:
parent
e2affc207e
commit
dd7be46f69
194
.github/labels.yml
vendored
194
.github/labels.yml
vendored
@ -1,194 +0,0 @@
|
||||
# Generic labels
|
||||
- name: bug
|
||||
description: Something isn't working
|
||||
color: d73a4a
|
||||
- name: documentation
|
||||
description: Improvements or additions to documentation
|
||||
color: 0075ca
|
||||
- name: duplicate
|
||||
description: This issue or pull request already exists
|
||||
color: cfd3d7
|
||||
- name: enhancement
|
||||
description: New feature or request
|
||||
color: a2eeef
|
||||
- name: good first issue
|
||||
description: Good for newcomers
|
||||
color: 7057ff
|
||||
- name: help wanted
|
||||
description: Extra attention is needed
|
||||
color: 008672
|
||||
- name: invalid
|
||||
description: This doesn't seem right
|
||||
color: e4e669
|
||||
- name: wontfix
|
||||
description: This will not be worked on
|
||||
color: ffffff
|
||||
- name: blocked
|
||||
description: This issue is blocked by some other work
|
||||
color: e0af74
|
||||
- name: critical
|
||||
description: This issue needs critical attention
|
||||
color: B60205
|
||||
- name: infra
|
||||
description: Infra, devops, CI and related tasks
|
||||
color: 277196
|
||||
- name: milestone
|
||||
description: Tracks a subteam milestone
|
||||
color: 1CC0B0
|
||||
- name: epic
|
||||
description: Tracks a yearly team epic (only for waku-org/pm repo)
|
||||
color: 07544B
|
||||
- name: test
|
||||
description: Issue related to the test suite with no expected consequence to production code
|
||||
color: 277196
|
||||
- name: release-notes
|
||||
description: Issue/PR needs to be evaluated for inclusion in release notes highlights or upgrade instructions
|
||||
color: fb3c99
|
||||
- name: dependencies
|
||||
description: Pull requests that update a dependency file or issues that track it
|
||||
color: 0366d6
|
||||
- name: release
|
||||
description: Tracks releases
|
||||
color: B4FFA8
|
||||
|
||||
# Tracks
|
||||
- name: track:rln
|
||||
description: RLN Track (Secure Messaging/Applied ZK), e.g. relay and applications
|
||||
color: C89BC6
|
||||
- name: track:anonymity
|
||||
description: Anonymity track (Secure Messaging)
|
||||
color: 06B6C8
|
||||
- name: track:operator-outreach
|
||||
description: Operator outreach track (Secure Messaging/Waku Product)
|
||||
color: B888AB
|
||||
- name: track:ft-store
|
||||
description: FT-Store track (Secure Messaging)
|
||||
color: F5FD62
|
||||
- name: track:discovery
|
||||
description: Discovery track (Secure Messaging/Waku Product)
|
||||
color: 6BEB61
|
||||
- name: track:protocol-incentivization
|
||||
description: Protocol Incentivization track (Secure Messaging), e.g. service credentials
|
||||
color: 0037E3
|
||||
- name: track:restricted-run
|
||||
description: Restricted run track (Secure Messaging/Waku Product), e.g. filter, WebRTC
|
||||
color: D91C35
|
||||
- name: track:conversational-security
|
||||
description: Conversational security track (Secure Messaging)
|
||||
color: CC6B00
|
||||
- name: track:nwaku-productionization
|
||||
description: nwaku productionization track (Waku Product)
|
||||
color: 9DEA79
|
||||
- name: track:nwaku-maintenance
|
||||
description: nwaku maintenance track (Waku Product)
|
||||
color: 40F9F0
|
||||
- name: track:network-testing
|
||||
description: Network testing track (Secure Messaging/Waku Product)
|
||||
color: bfd4f2
|
||||
- name: track:platform-outreach
|
||||
description: Platform outreach track (Waku Product)
|
||||
color: 06B6C8
|
||||
- name: track:sdks
|
||||
description: SDKS track (Waku Product), including bindings
|
||||
color: 34D557
|
||||
- name: track:go-waku-productionization
|
||||
description: go-waku productionization track (Waku Product)
|
||||
color: 9DEA79
|
||||
|
||||
# Epics
|
||||
|
||||
## Orphan Epics
|
||||
- name: "E:Define network and community metrics"
|
||||
description: See https://github.com/waku-org/pm/issues/35 for details
|
||||
color: 2B4DAF
|
||||
- name: "E:Comprehensive dev testing"
|
||||
description: See https://github.com/waku-org/pm/issues/90 for details
|
||||
color: 088DF8
|
||||
- name: "E:Basic service incentivization"
|
||||
description: See https://github.com/waku-org/pm/issues/96 for details
|
||||
color: 0e8a16
|
||||
- name: "E:Presentation Readiness"
|
||||
description: See https://github.com/waku-org/pm/issues/95 for details
|
||||
color: 95D888
|
||||
- name: "E:RLN on mainnet"
|
||||
description: see https://github.com/waku-org/pm/issues/98 for details
|
||||
color: 54D412
|
||||
|
||||
## [Milestone] Waku Network Can Support 10K Users
|
||||
- name: "E:Static sharding"
|
||||
description: See https://github.com/waku-org/pm/issues/15 for details
|
||||
color: b60205
|
||||
- name: "E:Opt-in message signing"
|
||||
description: See https://github.com/waku-org/pm/issues/20 for details
|
||||
color: 10C366
|
||||
- name: "E:Targeted Status Communities dogfooding"
|
||||
description: See https://github.com/waku-org/pm/issues/97 for details
|
||||
color: 10C313
|
||||
|
||||
## [Milestone] Support Many Platforms
|
||||
- name: "E:NodeJS Library"
|
||||
description: See https://github.com/waku-org/pm/issues/81 for details
|
||||
color: fef2c0
|
||||
- name: "E:REST API service node"
|
||||
description: See https://github.com/waku-org/pm/issues/82 for details
|
||||
color: bfd4f2
|
||||
- name: "E:RLN non-native SDKs"
|
||||
description: See https://github.com/waku-org/pm/issues/88 for details
|
||||
color: 3CDF39
|
||||
|
||||
## [Milestone] Waku Network can Support 1 Million Users
|
||||
- name: "E:PostgreSQL"
|
||||
description: See https://github.com/waku-org/pm/issues/84 for details
|
||||
color: 35DCCC
|
||||
- name: "E:Cater for professional operators"
|
||||
description: See https://github.com/waku-org/pm/issues/92 for details
|
||||
color: 6E7C80
|
||||
|
||||
## [Milestone] Waku Network Gen 0
|
||||
- name: "E:1.1 Network requirements and task breakdown"
|
||||
description: See https://github.com/waku-org/pm/issues/62 for details
|
||||
color: 20A609
|
||||
- name: "E:1.2: Autosharding for autoscaling"
|
||||
description: See https://github.com/waku-org/pm/issues/65 for details
|
||||
color: 5319e7
|
||||
- name: "E:1.3: Node bandwidth management mechanism"
|
||||
description: See https://github.com/waku-org/pm/issues/66 for details
|
||||
color: 8A5EE0
|
||||
- name: "E:1.4: Sharded peer management and discovery"
|
||||
description: See https://github.com/waku-org/pm/issues/67 for details
|
||||
color: 244B5B
|
||||
- name: "E:1.5: Launch and dogfood integrated WN MVP"
|
||||
description: See https://github.com/waku-org/pm/issues/68 for details
|
||||
color: 195A49
|
||||
- name: "E:2.1: Production testing of existing protocols"
|
||||
description: See https://github.com/waku-org/pm/issues/49 for details
|
||||
color: e99695
|
||||
- name: "E:2.2: Sharded cap discovery for light protocols"
|
||||
description: See https://github.com/waku-org/pm/issues/63 for details
|
||||
color: 92A880
|
||||
- name: "E:2.3: Basic distributed Store services"
|
||||
description: See https://github.com/waku-org/pm/issues/64 for details
|
||||
color: 37BEA9
|
||||
- name: "E:3.1: DoS requirements and design"
|
||||
description: See https://github.com/waku-org/pm/issues/69 for details
|
||||
color: B342EA
|
||||
- name: "E:3.2: Basic DoS protection in production"
|
||||
description: See https://github.com/waku-org/pm/issues/70 for details
|
||||
color: DF42D5
|
||||
- name: "E:3.3: Membership for Status Communities"
|
||||
description: See https://github.com/waku-org/pm/issues/71 for details
|
||||
color: 536D4F
|
||||
- name: "E:3.4: Production and memberships on mainnet"
|
||||
description: See https://github.com/waku-org/pm/issues/87 for details
|
||||
color: e99695
|
||||
- name: "E:4.1: Basic front end for node operator"
|
||||
description: See https://github.com/waku-org/pm/issues/100 for details
|
||||
color: 1D4E15
|
||||
|
||||
## [Milestone] Quality Assurance processes are in place
|
||||
- name: "E:Automated release processes"
|
||||
description: See https://github.com/waku-org/pm/issues/86 for details
|
||||
color: 0052cc
|
||||
- name: "E:End-to-end testing"
|
||||
description: See https://github.com/waku-org/pm/issues/34 for details
|
||||
color: bfd4f2
|
||||
42
.github/workflows/sync-labels.yml
vendored
42
.github/workflows/sync-labels.yml
vendored
@ -1,42 +0,0 @@
|
||||
name: Sync labels
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- .github/labels.yml
|
||||
- .github/workflows/sync-labels.yml
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
sync-labels:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: micnncim/action-label-syncer@v1
|
||||
with:
|
||||
manifest: .github/labels.yml
|
||||
repository: |
|
||||
waku-org/docs.waku.org
|
||||
waku-org/go-noise
|
||||
waku-org/go-waku
|
||||
waku-org/go-zerokit-rln
|
||||
waku-org/internal-waku-outreach
|
||||
waku-org/js-noise
|
||||
waku-org/js-rln
|
||||
waku-org/js-waku
|
||||
waku-org/js-waku-examples
|
||||
waku-org/js.waku.guide
|
||||
waku-org/metrics.waku.org
|
||||
waku-org/nwaku
|
||||
waku-org/pm
|
||||
waku-org/research
|
||||
waku-org/waku-react-native
|
||||
waku-org/waku-rust-bindings
|
||||
waku-org/waku-ui
|
||||
waku-org/waku.org
|
||||
token: ${{ secrets.SYNC_LABELS2 }}
|
||||
prune: true
|
||||
Loading…
x
Reference in New Issue
Block a user