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

Removes MicahZoltu as EIP editor. #5418

Merged
merged 1 commit into from
Aug 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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/workflows/auto-merge-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
id: auto-merge-bot
with:
GITHUB-TOKEN: ${{ secrets.TOKEN }}
CORE_EDITORS: "@MicahZoltu,@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1"
CORE_EDITORS: "@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1"
ERC_EDITORS: "@lightclient,@axic,@SamWilsn,@Pandapip1"
NETWORKING_EDITORS: "@MicahZoltu,@lightclient,@axic,@SamWilsn"
NETWORKING_EDITORS: "@lightclient,@axic,@SamWilsn"
INTERFACE_EDITORS: "@lightclient,@axic,@SamWilsn,@Pandapip1"
META_EDITORS: "@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1"
INFORMATIONAL_EDITORS: "@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1"
Copy link
Member

@Pandapip1 Pandapip1 Aug 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
INFORMATIONAL_EDITORS: "@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1"
INFORMATIONAL_EDITORS: "@MicahZoltu,@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1"

I feel like this particular change is very important. (/s obv)

Expand Down
8 changes: 4 additions & 4 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,17 +211,17 @@ The current EIP editors are
- Gavin John (@Pandapip1)
- Greg Colvin (@gcolvin)
- Matt Garnett (@lightclient)
- Micah Zoltu (@MicahZoltu)
- Sam Wilson (@SamWilsn)

Emeritus EIP editors are

- Casey Detrio (@cdetrio)
- Nick Johnson (@arachnid)
- Vitalik Buterin (@vbuterin)
- Hudson Jameson (@Souptacular)
- Nick Savers (@nicksavers)
- Martin Becze (@wanderer)
- Micah Zoltu (@MicahZoltu)
- Nick Johnson (@arachnid)
- Nick Savers (@nicksavers)
- Vitalik Buterin (@vbuterin)

If you would like to become an EIP editor, please check [EIP-5069](./eip-5069.md).

Expand Down