This commit is contained in:
parent
f411368e80
commit
5d826099f2
@ -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
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user