Trying
Generate Release / validate_and_release (push) Successful in 15s Details

This commit is contained in:
Fred Boniface 2024-03-08 13:05:33 +00:00
parent f411368e80
commit 5d826099f2
2 changed files with 12 additions and 10 deletions

View File

@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- auto-* - auto-*
- workflow_update
jobs: jobs:
validate_and_release: validate_and_release:
@ -22,12 +23,12 @@ jobs:
- name: Merge to gw.yaml - name: Merge to gw.yaml
run: node ./scripts/merge-yaml.js run: node ./scripts/merge-yaml.js
- name: Create PR # - name: Create PR
uses: https://github.com/peter-evans/create-pull-request@v6 # uses: https://github.com/peter-evans/create-pull-request@v6
with: # with:
token: ${{ secrets.OWLBOT_KEY }} # token: ${{ secrets.OWLBOT_KEY }}
committer: OwlBot <owlbot@owlboard.info> # committer: OwlBot <owlbot@owlboard.info>
signoff: true # signoff: true
title: Merge Changes # title: Merge Changes
reviewers: fred.boniface # reviewers: fred.boniface
branch: main # branch: main

View File

@ -4,7 +4,8 @@ run-name: Release_Generator
on: on:
push: push:
branches: branches:
- main # - main
- nulls
jobs: jobs:
validate_and_release: validate_and_release: