Description
Feature Description
This is a combination of what is already proposed.
Additional API for action runners:
#31416
Global actions:
#32374
I believe the main motivation for the global actions is ability of defining some organizational business logic while retaining the integrations that actions give us. For example, a build result can be stored in an action result and does not require external service.
It would be sufficient to have ability to define "external" actions that are run externally to a repository via current webhook mechanic but can integrate with the Action API. More specifically, have some way of storing external "action" runs and making it visible to users.
- API to create external action events to an Issue/PR and maybe also Commit/Tag/Release
- API to edit content of this data (eg. update logs, update status)
- API to fetch content of action log (as per Additional API functions for action runners #31416)
These events would be listed as normal action text logs in the UI. No need here to handle runners, etc, just ability to store custom logs and make them available to reviewers.
Why not have these as comments? Let's say there's 100kB of build logs -- these are not easy to consume as comments 😉
Screenshots
No response