Please use github action annotations only for high priority warnings #5602
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
This is one of the most entitled and rude discussion posts I think I've ever seen on here. I'm not sure what is going on in your head that makes you think it's acceptable to act like this. We run this project in our spare time, for free. Please see this helpful post from our Project Leader entitled Open Source Maintainers Owe You Nothing, and really take it to heart. Maybe it will help you understand how to appropriately communicate with OSS maintainers in the future. |
Beta Was this translation helpful? Give feedback.
-
I apologise if it sounds more rude than I intended. But I also admit that I am quite a bit frustrated by the amount of time I spent trying to solve this. Given that, I thought it was quite toned down. I apologise, if it was not enough. The point my style tries to make is that annotations are quite a big cost to anyone trying to keep their workflow runs clean, and that dealing with package managers for dependencies is about the third order of importance for them — not just me. (first is the development of their own program, second are dependencies and CI, and the package manager is only a dependency of the second order problems) Again, I apologise if this still sounds too harsh. I also apologise for forgetting to actually ask for what I'd like. So could you please reconsider which warnings are worth escalating as workflow annotations and what cost you impose on your users with such annotations? The project I like to work on as a hobby, and which I'm referring to, is Free Software just as well, so I'm perfectly aware of you not owing me or anyone else anything. Sorry for the misunderstanding. But I don't think what I ask for is a lot of effort. I'm only asking you to please consider (partially) reverting one commit, that as far as I can see, went in kind of tentatively without much discussion — so I'm trying to reopen the discussion with some user feedback. And I'm sorry if this sounds rude again, I really don't mean it like that. |
Beta Was this translation helpful? Give feedback.
-
I don't want to get into a discussion about tone, but I agree with the merit of the request. I just ran into the same issue and think it is not useful that homebrew's warnings hide more important warnings in the Github Action UI. Some way to silence them would be nice, or even better make them opt-in instead of opt-out. Each of my ~20-30 jobs fired 2-3 of these warnings, all duplicate, and it caused me to miss some actually important warnings where a job wasn't performing as it should. |
Beta Was this translation helpful? Give feedback.
-
Homebrew/brew#18329 should silence most of these annotations for you.
You can silence these by using |
Beta Was this translation helpful? Give feedback.
Homebrew/brew#18329 should silence most of these annotations for you.
You can silence these by using
brew install --formula
orbrew install --cask
. If you don't care which one: I suggest usingbrew install --formula
. Th…