Remove the old eip-automerger (#3735)

This commit is contained in:
Alex Beregszaszi 2021-08-17 10:08:29 +01:00 committed by GitHub
parent 99822ee034
commit 37c1f585cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -39,12 +39,6 @@ matrix:
- rvm: 2.6.0
env: TASK='htmlproofer-external'
notifications:
webhooks:
urls:
- https://ethlab-183014.appspot.com/merge/
on_success: always
addons:
apt:
packages:

View File

@ -45,7 +45,7 @@ eip_validator <INPUT_FILES>
# Automerger
The EIP repository contains an "auto merge" feature to ease the workload for EIP editors. If a change is made via a PR to a draft EIP, then the authors of the EIP can GitHub approve the change to have it auto-merged by the [eip-automerger](https://github.com/eip-automerger/automerger) bot.
The EIP repository contains an "auto merge" feature to ease the workload for EIP editors. If a change is made via a PR to a draft EIP, then the authors of the EIP can GitHub approve the change to have it auto-merged. This is handled by the [EIP-Bot](https://github.com/ethereum/EIP-Bot).
# Local development