github-pullrequest-resource icon indicating copy to clipboard operation
github-pullrequest-resource copied to clipboard

`paths` in source configuration does not work

Open moafred opened this issue 7 years ago • 2 comments

Describe the bug The paths source configuration does not work. I'm currently using the ignore_paths that works.

To Reproduce

resource_types:
- name: pull-request
  type: docker-image
  source:
    repository: jtarchie/pr

resources:
- name: pull-request
  type: pull-request
  source:
    repo: ***
    access_token: ***
    username: ***
    password: ***
    paths:
      - api/

moafred avatar Jul 31 '18 13:07 moafred

Do you have a reproducible example? It seems to work for me.

jtarchie avatar Jul 31 '18 18:07 jtarchie

Maybe additional information can help: I'm using the fly/concourse version 3.14.1.

It's a private pipeline and repository, but I will do more check if it's work for you and try to create a reproducible example.

moafred avatar Aug 01 '18 07:08 moafred