This commit is contained in:
parent
f411368e80
commit
5d826099f2
@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- auto-*
|
||||
- workflow_update
|
||||
|
||||
jobs:
|
||||
validate_and_release:
|
||||
@ -22,12 +23,12 @@ jobs:
|
||||
- name: Merge to gw.yaml
|
||||
run: node ./scripts/merge-yaml.js
|
||||
|
||||
- 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
|
||||
# - 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
|
@ -4,7 +4,8 @@ run-name: Release_Generator
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# - main
|
||||
- nulls
|
||||
|
||||
jobs:
|
||||
validate_and_release:
|
||||
|
Loading…
Reference in New Issue
Block a user