mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-05-14 10:32:42 +00:00
10 lines
285 B
YAML
10 lines
285 B
YAML
name: 'Create Pull Request'
|
|
author: 'Peter Evans'
|
|
description: 'Creates a pull request for changes to your repository in the actions workspace'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'docker://peterevans/create-pull-request:1.5.3'
|
|
branding:
|
|
icon: 'git-pull-request'
|
|
color: 'gray-dark'
|