You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
227 B
YAML
15 lines
227 B
YAML
5 years ago
|
---
|
||
|
platform: linux
|
||
|
inputs:
|
||
|
- name: git-repo
|
||
|
params:
|
||
|
BASE_BRANCH:
|
||
|
BRANCH:
|
||
|
GITHUB_REPO:
|
||
|
GITHUB_ORGANIZATION:
|
||
|
GITHUB_PASSWORD:
|
||
|
GITHUB_USERNAME:
|
||
|
ISSUE_TITLE:
|
||
|
run:
|
||
|
path: git-repo/ci/scripts/create-pull-request.sh
|