github-pullrequest-resource
github-pullrequest-resource copied to clipboard
`paths` in source configuration does not work
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/
Do you have a reproducible example? It seems to work for me.
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.