10 lines
193 B
YAML
10 lines
193 B
YAML
name: 'Pull Request Action'
|
|
description: 'A GitHub action to open a pull request'
|
|
author: 'vsoch'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'activity'
|
|
color: 'yellow'
|