Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface
f07c5bce0c Update action to better handle PR creation
All checks were successful
Generate Release / validate_and_PR (push) Successful in 9s
2025-12-04 21:19:43 +00:00
Fred Boniface
bed55db05f Fix action name 2025-12-04 21:18:27 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ on:
- pis-*
jobs:
validate_and_release:
validate_and_PR:
runs-on: ubuntu-latest
permissions:
contents: write
@@ -41,10 +41,9 @@ jobs:
with:
base_url: https://git.fjla.uk
token: ${{ secrets.OWLBOT_KEY }}
commit-branch: sort-merge-${{ github.run_id }}
commit-branch: ${{ github.ref_name }}
base: main
title: 'Automated PIS Update: Robotic Owl'
delete-branch: true
body: |
This pull request was automatically generated by the Robotic Owl.

2
pis/test.txt Normal file
View File

@@ -0,0 +1,2 @@
SImple testfile which should be deleted by action for testing
!