sbp commented on issue #1103:
URL:
https://github.com/apache/tooling-trusted-releases/issues/1103#issuecomment-4270418838
The code already checks for the phase:
```
release = await session.release(project_key, version_key,
phase=sql.ReleasePhase.RELEASE_CANDIDATE)
```
If a release of that phase isn't found, it raises an exception. Therefore if
a vote is completed, we don't allow additional votes. This issue is entirely
invalid.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]