Try a new PR Creating step
This commit is contained in:
@@ -37,14 +37,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: steps.commit.outputs.changes_detected == 'true'
|
if: steps.commit.outputs.changes_detected == 'true'
|
||||||
uses: https://github.com/peter-evans/create-pull-request@v6
|
uses: https://github.com/maxking/forgejo-create-pr@main
|
||||||
with:
|
with:
|
||||||
base_url: https://git.fjla.uk
|
|
||||||
token: ${{ secrets.OWLBOT_KEY }}
|
token: ${{ secrets.OWLBOT_KEY }}
|
||||||
commit-branch: ${{ github.ref_name }}
|
|
||||||
base: main
|
base: main
|
||||||
title: 'Automated PIS Update: Robotic Owl'
|
commit-message: "Robotic Owl automated changes"
|
||||||
body: |
|
commit-user: Robotic Owl
|
||||||
|
commit-email: owlbot@owlboard.info
|
||||||
|
pr-title: 'Automated PIS Update: Robotic Owl'
|
||||||
|
pr-body: |
|
||||||
This pull request was automatically generated by the Robotic Owl.
|
This pull request was automatically generated by the Robotic Owl.
|
||||||
|
|
||||||
It contains a consolidated and sorted PIS data file for review. Please inspect before merging.
|
It contains a consolidated and sorted PIS data file for review. Please inspect before merging.
|
||||||
Reference in New Issue
Block a user