From 06a39ecb25fdb54d1506c5d26dc36c75d89c1ff2 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 4 Dec 2025 21:33:21 +0000 Subject: [PATCH] Remove auto PR step as it isn't working --- .gitea/workflows/auto_pr.yaml | 15 --------------- 1 file changed, 15 deletions(-) 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