diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 589a97a..a7c020a 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -34,18 +34,3 @@ jobs: commit_user_name: owlbot commit_user_email: owlbot@owlboard.info commit_author: Robotic Owl - - - 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. \ No newline at end of file