2019-10-02 10:20:07 +00:00
|
|
|
name: 'Create Pull Request'
|
|
|
|
author: 'Peter Evans'
|
|
|
|
description: 'Creates a pull request for changes to your repository in the actions workspace'
|
|
|
|
runs:
|
|
|
|
using: 'docker'
|
2019-10-30 07:04:28 +00:00
|
|
|
image: 'docker://peterevans/create-pull-request:1.6.0'
|
2019-10-02 10:20:07 +00:00
|
|
|
branding:
|
|
|
|
icon: 'git-pull-request'
|
|
|
|
color: 'gray-dark'
|