mbien opened a new pull request, #9505: URL: https://github.com/apache/netbeans/pull/9505
the (new) [setup-java matcher](https://github.com/actions/setup-java/pull/562) creates a workflow annotation for each javac warning. Github has [annotation limits](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md#limitations) (10 per step, 50 per job etc) which maxes out the annotation budget right away and prevents potentially useful annotations from being seen. example: https://github.com/apache/netbeans/actions/runs/29274685016 lets see if this works -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
