Add additional codes, 4601 & 6594
All checks were successful
Generate Release / validate_and_release (push) Successful in 4s

This commit is contained in:
2026-04-02 11:20:50 +01:00
parent a241b992ac
commit 88b75e3e62
2 changed files with 19 additions and 0 deletions

View File

@@ -6,6 +6,21 @@ Re-initialised in a new repository on 04/12/2025. This decision was made to kee
Data is prepared for the data-ingress service using Gitea actions, any changes made to the actions require care to ensure it doesn't break the ingress of data to OwlBoard. Data is prepared for the data-ingress service using Gitea actions, any changes made to the actions require care to ensure it doesn't break the ingress of data to OwlBoard.
## Making Changes
Updates should be made in a branch following the naming pattern:
```
branches:
- auto-*
- pis-*
```
Updated should be placed in to a new file in the /pis/ directory.
Code deletions must be made in the 'main' branch.
## Future Considerations ## Future Considerations
Adding traction type field to cover 80x generic headcodes, and whatever 175's use if not the same as other units. Adding traction type field to cover 80x generic headcodes, and whatever 175's use if not the same as other units.

View File

@@ -1,4 +1,8 @@
pis: pis:
- code: "4601"
stops: [cdf,nwp,stj,fit,bri,bth,boa,tro,wsb,wmn,sal,rom,sou,frm]
- code: "6594"
stops: [gcr,yae,bpw,fit,asd,srd,lwh,bri]
- code: "0106" - code: "0106"
stops: [slo,wnc] stops: [slo,wnc]
toc: "gw" toc: "gw"