ForNeVeR / Todosaurus

IntelliJ Plaform plugin to manage TODO comments in the code.
https://plugins.jetbrains.com/plugin/23838
MIT License
12 stars 2 forks source link

Build: update Intellij Platform version to 242.20224 #61

Closed bookuha closed 2 months ago

bookuha commented 2 months ago

The currently used sandbox IntelliJ Platform (242.10180-EAP-CANDIDATE-SNAPSHOT) was affected by a serious security issue which made it impossible to use the JetBrains GitHub Plugin. Creating an issue using the IntelliJ Platform of this version fails with GithubAuthenticationException: Access to this site has been restricted. If you believe this is an error, please contact https://support.github.com. However, using the IntelliJ Platform of version 242.20224-EAP-CANDIDATE-SNAPSHOT resolves the problem.

ForNeVeR commented 2 months ago

@bookuha, please note that sending a PR from the main branch of a fork repository is mostly considered a malpractice.

I recommend to create a separate branch for each PR.