2024-02-22 16:21:30 +00:00
|
|
|
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
|
|
|
|
|
2024-02-22 16:44:17 +00:00
|
|
|
- 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
|