Skip to content

Commit

Permalink
Merge branch 'master' into consensus_proposor
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhi committed Mar 6, 2023
2 parents da7cfc8 + fba0ef9 commit 92beede
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 175 deletions.
30 changes: 15 additions & 15 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
* @iotexproject/protocol-team

#Specific owners
/consensus/ @CoderZhi
/ioctl/ @CoderZhi
/api/ @Liuhaai @millken @CoderZhi
/config/ @dustinxie @CoderZhi
/p2p/ @Liuhaai @dustinxie
/action/ @CoderZhi @dustinxie
/blockchain/ @CoderZhi @dustinxie
/blockindex/ @CoderZhi @dustinxie
/crypto/ @CoderZhi @dustinxie
/consensus/ @CoderZhi @dustinxie @Liuhaai
/ioctl/ @CoderZhi @dustinxie @Liuhaai
/api/ @CoderZhi @dustinxie @Liuhaai @millken
/config/ @CoderZhi @dustinxie @Liuhaai @envestcc
/p2p/ @CoderZhi @dustinxie @Liuhaai @envestcc
/action/ @CoderZhi @dustinxie @Liuhaai
/blockchain/ @CoderZhi @dustinxie @Liuhaai
/blockindex/ @CoderZhi @dustinxie @Liuhaai
/crypto/ @CoderZhi @dustinxie @Liuhaai
/db/ @CoderZhi @dustinxie @Liuhaai
/dispatcher/ @CoderZhi @dustinxie
/pkg/ @dustinxie
/server/ @CoderZhi @dustinxie
/state/ @CoderZhi @dustinxie
/actpool/ @CoderZhi @Liuhaai
/.github/workflows @dustinxie @xianhuawei
/dispatcher/ @CoderZhi @dustinxie @Liuhaai @envestcc
/pkg/ @CoderZhi @dustinxie @Liuhaai
/server/ @CoderZhi @dustinxie @Liuhaai
/state/ @CoderZhi @dustinxie @Liuhaai
/actpool/ @CoderZhi @dustinxie @Liuhaai
/.github/workflows @CoderZhi @dustinxie @Liuhaai @xianhuawei
94 changes: 0 additions & 94 deletions .github/workflows/deploy.yaml.bak

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/ghcr.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*"
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
build:
Expand Down

0 comments on commit 92beede

Please sign in to comment.