We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently mapping requires you to pass 3 or 4 values on each line
mapping
path-filtering-orb/src/scripts/create-parameters.py
Lines 59 to 64 in 6fb32db
I don't believe a parameter is always necessary, sometimes you just want to forward to a continuation path, without additional parameters.
That is to say, could support for 2 values only be added? (i.e. no params), I believe this would be a common use case in mono repos.
jobs: - path-filtering/filter: base-revision: main mapping: | my-app/.* my-app/.circleci/config.yml my-other-app/.* my-other-app/.circleci/config.yml
https://circleci.com/developer/orbs/orb/circleci/path-filtering?version=1.0.0
The text was updated successfully, but these errors were encountered:
would be great, right now I have to add a dummy param to all my continuation configs
Sorry, something went wrong.
No branches or pull requests
Describe Request:
Currently
mapping
requires you to pass 3 or 4 values on each linepath-filtering-orb/src/scripts/create-parameters.py
Lines 59 to 64 in 6fb32db
I don't believe a parameter is always necessary, sometimes you just want to forward to a continuation path, without additional parameters.
That is to say, could support for 2 values only be added? (i.e. no params), I believe this would be a common use case in mono repos.
Examples:
Supporting Documentation Links:
https://circleci.com/developer/orbs/orb/circleci/path-filtering?version=1.0.0
The text was updated successfully, but these errors were encountered: