Files
gw-apis-codes/.gitea/workflows/auto_pr.yaml
Fred Boniface 1969e90394
All checks were successful
Generate Release / validate_and_release (push) Successful in 5s
pis-update-20251204 (#1)
Merge new PIS Updates

Co-authored-by: Fred Boniface <fred@fjla.uk>
Co-authored-by: Robotic Owl <owlbot@owlboard.info>
Reviewed-on: #1
2025-12-04 21:36:29 +00:00

37 lines
1008 B
YAML

name: Generate Release
run-name: Release_Generator
on:
push:
branches:
- auto-*
- workflow_update
- pis-*
jobs:
validate_and_PR:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out Repo code
uses: actions/checkout@v3
- name: Validate YAML
uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1
- name: Install Dependencies
run: npm i
- name: Merge to gw.yaml
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>