Compare commits

..

2 Commits

Author SHA1 Message Date
f21ce6c5db Add marker in file 2024-02-22 16:58:57 +00:00
194f20ea6f From owlbot diagram-parser 2024-02-22 16:17:29 +00:00
2 changed files with 6 additions and 30 deletions

View File

@ -1,27 +0,0 @@
name: Generate Release
run-name: Release_Generator
on:
push:
branches:
- auto-*
jobs:
validate_and_release:
runs-on: ubuntu-latest
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: Create PR
uses: https://github.com/peter-evans/create-pull-request@v6
with:
token: ${{ secrets.OWLBOT_KEY }}
committer: OwlBot <owlbot@owlboard.info>
signoff: true
title: Merge Changes
reviewers: fred.boniface
branch: main

View File

@ -1,6 +1,6 @@
name: Generate Release
name: PIS Generate
run-name: Release_Generator
run-name: PIS_Generator
on:
push:
branches:
@ -26,7 +26,10 @@ jobs:
env:
NODE_OPTIONS: '--experimental-fetch'
with:
body: Automatic release after changes
body: Addition of more automatically parsed PIS Codes
tag_name: ${{ steps.timestamp.outputs.date }}
name: ${{ steps.timestamp.outputs.date }}
token: ${{ secrets.OWLBOT_KEY }}
## Adjust so that the release is posted by OwlBot