Add autopr action
Generate Release / validate_and_release (push) Successful in 14s Details

This commit is contained in:
Fred Boniface 2024-02-22 16:21:30 +00:00
parent 2360b2483b
commit f4c4195178
2 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,21 @@
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
- run: echo "This automation is not yet doing anything. It will generate a PR"
## Adjust so that the release is posted by OwlBot

View File

@ -1,6 +1,6 @@
name: PIS Generate name: Generate Release
run-name: PIS_Generator run-name: Release_Generator
on: on:
push: push:
branches: branches: