-
Notifications
You must be signed in to change notification settings - Fork 854
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
Better summary report notification #1469
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
Yeah, good point. Normally (when not using |
Actually, the support is there, it's just the template that doesn't consider the stale containers. Using this template should fix it:
|
Seems to work, thanks |
Is your feature request related to a problem? Please describe.
Currently notification report sends following info when checking is finished:
Updated containers
Skipped containers
Fresh containers
Failed containers
When running using monitor only mode, there is no way to know if any updates are found, because it only provides list of fresh containers.
Describe the solution you'd like
Monitor only mode should include new report info list which contains containers which could be updated.
For example:
Updateable containers
Same info could also be added to the text message.
Describe alternatives you've considered
Use existing Updated containers list also when not actually doing update.
Additional context
No response
The text was updated successfully, but these errors were encountered: