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
I write the resources as below:
- name: bitbucket-repo type: git icon: bitbucket source: uri: xxxxxxxxxx private_key: | ((ci.bitbucket_private_key)) branch: test paths: - file commit_filter: exclude: - author: "bot"
But the exclude condition doesn't work, the resources still be trigger by the author "bot".
Can you help give the more detail example about commit_filter? The configuration is very important.
No response
The text was updated successfully, but these errors were encountered:
@sikateweiqi commit_filter should include or exclude commits based on the message only. They are both arrays of strings, which actually are regexps. See documentation at https://github.com/concourse/git-resource.
commit_filter
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I write the resources as below:
But the exclude condition doesn't work, the resources still be trigger by the author "bot".
Describe the solution you'd like
Can you help give the more detail example about commit_filter?
The configuration is very important.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: