Skip to content

Commit

Permalink
Add actions v2 skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Sep 11, 2019
1 parent c8f7a51 commit 4566ad2
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Auto Approve'
description: 'Automatically approve pull requests'
inputs:
github-token:
description: 'The GITHUB_TOKEN secret'
required: true
runs:
using: 'node12'
main: 'index.js'
357 changes: 357 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4566ad2

Please sign in to comment.