From 8e14964e4314fcecf7ca07212d05875bdcb03e7b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 6 Jul 2024 11:38:56 +0100 Subject: [PATCH] Remove autoPR from automation as it is not working --- .gitea/workflows/auto_pr.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 9a5a645..2fc658b 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -31,14 +31,4 @@ jobs: commit_message: Sort & Merge PIS Files commit_user_name: owlbot commit_user_email: owlbot@owlboard.info - commit_author: owlbot - - - name: Create PR - uses: https://github.com/peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.OWLBOT_KEY }} - committer: OwlBot - signoff: true - title: Merge Changes - reviewers: fred.boniface - branch: main \ No newline at end of file + commit_author: owlbot \ No newline at end of file