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
osc suffers from a similar issue as OBS front-end: openSUSE/open-build-service#16926
$ osc rq show 1205594 ... History: 2024-10-04T08:29:52 dimstar Review got accepted ...
Relevant part of the request XML data:
$ osc api /request/1205594 ... <review state="accepted" when="2024-10-04T08:29:52" who="dimstar" by_group="opensuse-review-team"> <comment/> <history who="dimstar" when="2024-10-04T08:29:52"> <description>Review got accepted</description> </history> </review>
The by_group information should be part of the output so it's clear that the review was accepted on behalf of opensuse-review-team group.
by_group
The text was updated successfully, but these errors were encountered:
No branches or pull requests
osc suffers from a similar issue as OBS front-end: openSUSE/open-build-service#16926
Relevant part of the request XML data:
The
by_group
information should be part of the output so it's clear that the review was accepted on behalf of opensuse-review-team group.The text was updated successfully, but these errors were encountered: