Automatically label PRs (#9418)

* Automatically label and merge PRs
This commit is contained in:
Amir Omidi
2020-03-05 16:46:06 -08:00
committed by GitHub
parent 673e5a85cb
commit 76cf10d23c
23 changed files with 74960 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
name: 'Auto Merge'
description: 'Automatically merges a PR based on command'
author: 'aaomidi'
runs:
using: 'node12'
main: 'dist/index.js'