If a PR with the given title exists, we clone the existing PR branch so that it doesn't get overridden by master. See gh-20530
15 lines
256 B
YAML
15 lines
256 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
- name: git-repo-ci-docker
|
|
outputs:
|
|
- name: git-repo-updated
|
|
- name: commit-details
|
|
params:
|
|
GITHUB_REPO:
|
|
GITHUB_ORGANIZATION:
|
|
ISSUE_TITLE:
|
|
run:
|
|
path: git-repo/ci/scripts/detect-docker-updates.sh
|