Skip to content

Commit

Permalink
EIP Linting Bot (ethereum#3351)
Browse files Browse the repository at this point in the history
* EIP Linting Bot

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

* remove build

* gitignore dist

* add npm install && npm run build

* fix script

* prettier run

* Handful of minor cleanups, fixes, and tweaks.

* Update .github/bot/action.yml

Co-authored-by: Micah Zoltu <[email protected]>

* Update .github/bot/tsconfig.json

Co-authored-by: Micah Zoltu <[email protected]>

* Update .github/bot/package.json

Co-authored-by: Micah Zoltu <[email protected]>

* move to dev and cleanup packages

* update readme

* make versions explicit

* Revert "Update .github/bot/tsconfig.json"

This reverts commit 4a702c8.

* Update .github/bot/tsconfig.json

Co-authored-by: Micah Zoltu <[email protected]>

* update to node 14

* target ES2015 because github

* remove log

* compile at action run-time using github composites

* use GITHUB-TOKEN instead

* auto_merge_bot

* collapse action into one line

* update to node 14 bc of composite action

* basic tests setup

* absolute paths plus fixing jest and ts configs

* revert absolute build out debug system

* fixing absolute paths 🙏

* use repo

* edit

* edit

* remove bot because in it's own repo now

* Update eip-1051.md

* fix issue with cd'ing into the action

* revert accidental change

* Update .github/workflows/auto-merge-bot.yml

Co-authored-by: Micah Zoltu <[email protected]>

* continue on error

* Update auto-merge-bot.yml

* Update auto-merge-bot.yml

* Update auto-merge-bot.yml

* Update auto-merge-bot.yml

* Update auto-merge-bot.yml

* Update eip-1015.md

* Update eip-1015.md

* Update auto-merge-bot.yml

* Update auto-merge-bot.yml

* Update .github/workflows/auto-merge-bot.yml

Co-authored-by: Micah Zoltu <[email protected]>

Co-authored-by: Micah Zoltu <[email protected]>
  • Loading branch information
2 people authored and phi-line committed Apr 29, 2021
1 parent 95faa1e commit cc14028
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/auto-merge-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: [pull_request]

jobs:
auto_merge_bot:
runs-on: ubuntu-latest
name: EIP Auto-Merge Bot
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js Environment
uses: actions/setup-node@v2
with:
node-version: '14'
- name: auto-merge-bot
uses: alita-moore/EIP-Bot@83def55233002790da6746afabe4724b8ee4f940 # tag 1.1.1
continue-on-error: true
id: auto-merge-bot
with:
GITHUB-TOKEN: ${{ secrets.TOKEN }}

0 comments on commit cc14028

Please sign in to comment.