Skip to content

Commit

Permalink
chore: Update code owners (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Jun 7, 2024
1 parent 91a9d80 commit 2106a7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* @alainncls @satyajeetkolhapure @orbmis @0xEillo
/explorer/ @alainncls @satyajeetkolhapure @orbmis @0xEillo @ars9 @Solniechniy
/governance/ @alainncls @satyajeetkolhapure @orbmis @0xEillo @DAOstrat
pnpm-workspace.yaml @alainncls @satyajeetkolhapure @orbmis @0xEillo @DAOstrat @ars9 @Solniechniy
* @alainncls @satyajeetkolhapure @orbmis @arthur-remy
/explorer/ @alainncls @satyajeetkolhapure @orbmis @arthur-remy @ars9 @Solniechniy
/governance/ @alainncls @satyajeetkolhapure @orbmis @arthur-remy @DAOstrat
pnpm-workspace.yaml @alainncls @satyajeetkolhapure @orbmis @arthur-remy @DAOstrat @ars9 @Solniechniy
2 changes: 1 addition & 1 deletion .github/workflows/explorer-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy-explorer-prod:
if:
github.actor == 'alainncls' || github.actor == 'satyajeetkolhapure' || github.actor == 'orbmis' ||
github.actor == '0xEillo' || github.actor == 'ars9' || github.actor == 'Solniechniy'
github.actor == 'arthur-remy' || github.actor == 'ars9' || github.actor == 'Solniechniy'

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
if:
github.actor == 'alainncls' || github.actor == 'satyajeetkolhapure' || github.actor == 'orbmis' ||
github.actor == '0xEillo'
github.actor == 'arthur-remy'

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2106a7f

Please sign in to comment.