Skip to content

Commit

Permalink
Transition to running action in JS instead of Docker (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
haldunanil authored Dec 21, 2020
1 parent 9bcd447 commit 7e53ea3
Show file tree
Hide file tree
Showing 8 changed files with 19,430 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
14 changes: 0 additions & 14 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Merge pull requests"
description: "Automatically merge pull requests that are ready"
runs:
using: "docker"
image: "Dockerfile"
using: "node12"
main: "dist/index.js"
branding:
icon: "git-pull-request"
color: "blue"
1,187 changes: 1,187 additions & 0 deletions dist/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 7e53ea3

Please sign in to comment.