Opened 2 months ago
Last modified 2 months ago
#64298 new enhancement
Move the `failed-workflow` job logic into a reusable workflow
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | good-first-bug |
| Focuses: | Cc: |
Description
The failed-workflow job is present in all workflows that run on push events in all branches receiving security updates.
While the logic within the job is minimal, it still relies on a 3rd-party action and backports are required periodically to ensure the job continues working as expected.
The logic within this job should be moved to a reusable workflow in trunk that all other branches can reference. This not only eliminates the maintenance burden, but also allows older branches to take advantage of any improvements made to the logic without needing to backport.
Note: See
TracTickets for help on using
tickets.
Marking as a
good-first-bugfor the first part of this ticket: moving the logic into a reusable workflow.After this is fixed in
trunk, then it can be backported to older branches (which is not so much a good first bug to do).