AutoPR Reenablement
All checks were successful
Generate Release / validate_and_release (push) Successful in 13s
All checks were successful
Generate Release / validate_and_release (push) Successful in 13s
This commit is contained in:
parent
5e206270f2
commit
aff89c02c5
@ -32,3 +32,13 @@ jobs:
|
|||||||
commit_user_name: owlbot
|
commit_user_name: owlbot
|
||||||
commit_user_email: owlbot@owlboard.info
|
commit_user_email: owlbot@owlboard.info
|
||||||
commit_author: owlbot <owlbot@owlboard.info>
|
commit_author: owlbot <owlbot@owlboard.info>
|
||||||
|
|
||||||
|
- 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,8 +4,7 @@ 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