Skip to content

Commit

Permalink
switch back to aoldershaw/github-pr-resource
Browse files Browse the repository at this point in the history
it turns out concourse main CI depends on the feature of this
specific resource that could list prs in [get](https://github.com/aoldershaw/github-pr-resource#list-of-prs-1)

The reconfigure pipeline will configure child PR pipelines based on
the list, each of which will be checking against only on PR branch.

Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Jun 6, 2023
1 parent 4027395 commit efcebb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource_types:
- name: pull-request
type: registry-image
source:
repository: loggregatorbot/github-pr-resource
repository: aoldershaw/github-pr-resource

resources:
- name: concourse-base
Expand Down
2 changes: 1 addition & 1 deletion pipelines/reconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource_types:

- name: pull-request
type: registry-image
source: {repository: loggregatorbot/github-pr-resource}
source: {repository: aoldershaw/github-pr-resource}

resources:
- name: pipelines-and-tasks
Expand Down

0 comments on commit efcebb8

Please sign in to comment.