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
"blockers.yaml" file has "owners" field for each job, since we have multiple jobs, I think it'll be more convenient to use regex.
For example:
If there is bz or jira for a specific job, we will need to specify separately, like:
The text was updated successfully, but these errors were encountered:
Agreed, this would be great. Currently providing the same dict to multiple jobs is pretty painful.
Sorry, something went wrong.
No branches or pull requests
"blockers.yaml" file has "owners" field for each job, since we have multiple jobs, I think it'll be more convenient to use regex.
For example:
owners:
- [email protected]
- [email protected]
If there is bz or jira for a specific job, we will need to specify separately, like:
bz:
- 123
jira:
- 'RHOSINFRA-123'
The text was updated successfully, but these errors were encountered: