Skip to content

Commit 5221c2b

Browse files
committed
Merge pull request #19944 from dreis2211
* pr/19944: Replace deprecated Concourse resource for pull requests Closes gh-19944
2 parents 3a579ee + 76975e4 commit 5221c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource_types:
77
- name: pull-request
88
type: docker-image
99
source:
10-
repository: jtarchie/pr
10+
repository: teliaoss/github-pr-resource
1111
- name: github-status-resource
1212
type: docker-image
1313
source:
@@ -43,8 +43,8 @@ resources:
4343
icon: source-pull
4444
source:
4545
access_token: ((github-ci-pull-request-token))
46-
repo: ((github-repo-name))
47-
base: ((branch))
46+
repository: ((github-repo-name))
47+
base_branch: ((branch))
4848
ignore_paths: ["ci/*"]
4949
- name: github-pre-release
5050
type: github-release

0 commit comments

Comments
 (0)