AutoPR Reenablement
Generate Release / validate_and_release (push) Successful in 13s Details

This commit is contained in:
Fred Boniface 2024-03-08 13:42:33 +00:00
parent 5e206270f2
commit aff89c02c5
2 changed files with 12 additions and 3 deletions

View File

@ -31,4 +31,14 @@ jobs:
commit_message: Sort & Merge PIS Files commit_message: Sort & Merge PIS Files
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

View File

@ -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: