pis-update-20251204 (#1)
All checks were successful
Generate Release / validate_and_release (push) Successful in 5s

Merge new PIS Updates

Co-authored-by: Fred Boniface <fred@fjla.uk>
Co-authored-by: Robotic Owl <owlbot@owlboard.info>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-12-04 21:36:29 +00:00
parent 423f01d30b
commit 1969e90394
4 changed files with 13 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ on:
- pis-*
jobs:
validate_and_release:
validate_and_PR:
runs-on: ubuntu-latest
permissions:
contents: write
@@ -27,9 +27,10 @@ jobs:
run: node ./scripts/merge-yaml.js
- name: Commit Changes
id: commit
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Sort & Merge PIS Files
commit_user_name: owlbot
commit_user_email: owlbot@owlboard.info
commit_author: Robotic Owl <owlbot@owlboard.info>
commit_author: Robotic Owl <owlbot@owlboard.info>

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules
package-lock.json

View File

@@ -1835,12 +1835,6 @@ pis:
- code: "5351"
stops: [exc,exd,ntc,cdi,yeo,cop,mrd,egg,umb,bnp]
toc: "gw"
- code: "5351"
stops: [exc,exd,ntc,cdi,yeo,cop,mrd,egg,umb,bnp]
toc: "gw"
- code: "5352"
stops: [exc,exd,ntc,cdi,yeo,cop,mrd,lap,egg,kgn,pma,umb,cpn,bnp]
toc: "gw"
- code: "5352"
stops: [exc,exd,ntc,cdi,yeo,cop,mrd,lap,egg,kgn,pma,umb,cpn,bnp]
toc: "gw"
@@ -1931,9 +1925,6 @@ pis:
- code: "5381"
stops: [exm,lym,lyc,exn,top,nco,dig,pol,sjp,exc,exd,ext,scs,dww,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "5381"
stops: [exm,lym,lyc,exn,top,nco,dig,pol,sjp,exc,exd,ext,scs,dww,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "5382"
stops: [exm,lym,top,nco,dig,exc,exd,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
@@ -3857,9 +3848,6 @@ pis:
- code: "6051"
stops: [exc,exd,ntc,cdi,oke]
toc: "gw"
- code: "6051"
stops: [exc,exd,ntc,cdi,oke]
toc: "gw"
- code: "6052"
stops: [exd,cdi,oke]
toc: "gw"
@@ -4202,9 +4190,6 @@ pis:
- code: "6182"
stops: [exm,lym,top,nco,dig,exc,exd,ext,mbt,scs,dww,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "6182"
stops: [exm,lym,top,nco,dig,exc,exd,ext,mbt,scs,dww,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "6183"
stops: [pgn,tqy,trr,nta,tgm,dwl,dww,scs,mbt,ext,exd,exc,dig,nco,top,lym,exm]
toc: "gw"
@@ -4415,9 +4400,6 @@ pis:
- code: "6293"
stops: [exm,lym,top,nco,dig,exc,exd,ext,mbt,scs,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "6293"
stops: [exm,lym,top,nco,dig,exc,exd,ext,mbt,scs,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "6294"
stops: [exm,lym,lyc,exn,top,nco,dig,pol,sjp,exc,exd,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
@@ -4622,6 +4604,9 @@ pis:
- code: "6384"
stops: [bri,lwh,srd,asd,fit]
toc: "gw"
- code: "6404"
stops: [cdf,nwp,fit,bri,bth,boa,tro,wsb,wmn,sal]
toc: "gw"
- code: "6406"
stops: [pmh,pms,ftn,csa,frm,sou]
toc: "gw"
@@ -4637,6 +4622,9 @@ pis:
- code: "6413"
stops: [exm,lym,lyc,exn,top,dig,pol,exc,exd,ext,mbt,scs,dww,dwl,tgm,nta,trr,tqy,pgn]
toc: "gw"
- code: "6417"
stops: [sal,wmn,wsb,tro,boa,brh,bri,fit,stj,nwp,cdf]
toc: "gw"
- code: "6418"
stops: [cdf,nwp,fit,bri,bth,boa,tro,wsb,wmn]
toc: "gw"

View File

@@ -52,9 +52,9 @@ function sortAndMergeYAMLFiles() {
console.error("Error writing codes.yaml", err)
}
// Remove any files created by dgp2
// Remove any new files
files.forEach(file => {
if (file.startsWith('auto-')) {
if (file !== 'codes.yaml') {
fs.unlinkSync(directoryPath + file);
console.log(`Deleted file: ${file}`);
}