2019-09-25 09:14:38 +09:00
|
|
|
name: 'Create Pull Request'
|
2019-10-02 19:20:07 +09:00
|
|
|
author: 'Peter Evans'
|
2019-09-25 09:14:38 +09:00
|
|
|
description: 'Creates a pull request for changes to your repository in the actions workspace'
|
|
|
|
|
runs:
|
|
|
|
|
using: 'node12'
|
|
|
|
|
main: 'index.js'
|
2019-10-02 19:20:07 +09:00
|
|
|
branding:
|
|
|
|
|
icon: 'git-pull-request'
|
2019-10-02 19:26:54 +09:00
|
|
|
color: 'gray-dark'
|