Compare commits

..

5 Commits

Author SHA1 Message Date
c34ee4582f Add marker in file
Some checks failed
Generate Release / validate_and_release (push) Failing after 21s
2024-02-22 17:02:08 +00:00
1a8b620faa From owlbot diagram-parser 2024-02-22 17:02:08 +00:00
7070b4d3cb Remove files from release
All checks were successful
Generate Release / validate_and_release (push) Successful in 13s
2024-02-22 16:56:51 +00:00
94983cf1a6 Adjust how release is uploaded
All checks were successful
Generate Release / validate_and_release (push) Successful in 15s
2024-02-22 16:44:17 +00:00
f4c4195178 Add autopr action
All checks were successful
Generate Release / validate_and_release (push) Successful in 14s
2024-02-22 16:21:30 +00:00
2 changed files with 30 additions and 6 deletions

View File

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