diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 29d5c23..589a97a 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -37,14 +37,15 @@ jobs: - name: Create Pull Request 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: - base_url: https://git.fjla.uk token: ${{ secrets.OWLBOT_KEY }} - commit-branch: ${{ github.ref_name }} base: main - title: 'Automated PIS Update: Robotic Owl' - body: | + commit-message: "Robotic Owl automated changes" + 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. It contains a consolidated and sorted PIS data file for review. Please inspect before merging. \ No newline at end of file