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
Describe the bug
It appears that any Werft annotations (in checkboxes or simply /werft attribute=value) gets duplicated in the job that is started when a PR is opened.
/werft attribute=value
They don't get duplicated on subsequent jobs (e.g. if you start a new one from the PR using /werft run )
/werft run
To Reproduce
See this PR and the screenshot in this comment. In gitpod-build-mads-verify-fix-for-pr-open-attributes-2.1 the foo and with-preview annotations are duplicated, but in gitpod-build-mads-verify-fix-for-pr-open-attributes-2.2 they are not.
foo
with-preview
Expected behavior
I would expect to only get the annotations set once ☺️
Screenshots
See screenshow in "To Reproduce" above.
Additional context
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
It appears that any Werft annotations (in checkboxes or simply
/werft attribute=value
) gets duplicated in the job that is started when a PR is opened.They don't get duplicated on subsequent jobs (e.g. if you start a new one from the PR using
/werft run
)To Reproduce
See this PR and the screenshot in this comment. In gitpod-build-mads-verify-fix-for-pr-open-attributes-2.1 the
foo
andwith-preview
annotations are duplicated, but in gitpod-build-mads-verify-fix-for-pr-open-attributes-2.2 they are not.Expected behavior
I would expect to only get the annotations set once☺️
Screenshots
See screenshow in "To Reproduce" above.
Additional context
None
The text was updated successfully, but these errors were encountered: