Remove auto PR step as it isn't working
All checks were successful
Generate Release / validate_and_PR (push) Successful in 5s

This commit is contained in:
Fred Boniface
2025-12-04 21:33:21 +00:00
parent 209db03c73
commit 06a39ecb25

View File

@@ -34,18 +34,3 @@ jobs:
commit_user_name: owlbot commit_user_name: owlbot
commit_user_email: owlbot@owlboard.info commit_user_email: owlbot@owlboard.info
commit_author: Robotic Owl <owlbot@owlboard.info> commit_author: Robotic Owl <owlbot@owlboard.info>
- name: Create Pull Request
if: steps.commit.outputs.changes_detected == 'true'
uses: https://github.com/maxking/forgejo-create-pr@main
with:
token: ${{ secrets.OWLBOT_KEY }}
base: main
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.