Otanikotani / view-github-actions-idea-plugin

Intellij IDEA plugin to browse execution of GitHub actions
MIT License
25 stars 8 forks source link

Feature Request: Display Workflow Annotations #41

Open ryanbrainard opened 3 years ago

ryanbrainard commented 3 years ago

Similar to the GitHub interface (see example below), it would be nice to display annotations in the plugin. Even if there isn't space in the UI to display the details, it would be nice to have little "⚠️" symbol in the icon or something to know that an annotation exists on the run and users could go to the web interface for details.

image

They are available through through the API via Workflow Run -> Check Suite -> Checks -> Annotations (example).