When a CSR is created for an issue that is under review, it automatically adds the "csr" label indicating that a CSR is needed. Skara won't allow the csr label to be removed with "/csr unneeded" if there is an open CSR. This is good and is as expected.
However, the following PR shows that Skara fails to recognize when a CSR has been Withdrawn. I issued the /csr unneeded command in the PR, and Skara informed that the CSR needs to be withdrawn first. However, the CSR already has been withdrawn and is in the Closed/Withdrawn state:
https://github.com/openjdk/jfx/pull/1451#issuecomment-2105740232
https://bugs.openjdk.org/browse/JDK-8332040
This will prevent the eventual integration of the PR.
However, the following PR shows that Skara fails to recognize when a CSR has been Withdrawn. I issued the /csr unneeded command in the PR, and Skara informed that the CSR needs to be withdrawn first. However, the CSR already has been withdrawn and is in the Closed/Withdrawn state:
https://github.com/openjdk/jfx/pull/1451#issuecomment-2105740232
https://bugs.openjdk.org/browse/JDK-8332040
This will prevent the eventual integration of the PR.