Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions - Warning Annotations #23722

Open
ghnp5 opened this issue Mar 26, 2023 · 1 comment
Open

Actions - Warning Annotations #23722

ghnp5 opened this issue Mar 26, 2023 · 1 comment
Labels
topic/gitea-actions related to the actions of Gitea type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@ghnp5
Copy link

ghnp5 commented Mar 26, 2023

This might be related to #23721, which implements a Job Summary section.

In the same section (or an adjacent section), we'd have a place for Annotations.

So, if we run this on GitHub Actions:

echo "::warning file=app.py,line=10,col=5::Code formatting issues detected"

The annotation will appear like this:

image

And it links to the Commit that triggered the action/workflow, scrolled to that file and line directly.

@ghnp5 ghnp5 added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Mar 26, 2023
@wolfogre wolfogre added the topic/gitea-actions related to the actions of Gitea label Mar 27, 2023
@a1012112796 a1012112796 mentioned this issue Apr 19, 2023
4 tasks
@bilderbuchi
Copy link

Probably related: Problem matchers (that create such annotations). The docs say that they are currently ignored (

), but I could not find an issue tracking their addition/implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants