From 22c288fb755f9d2806d388d1ab98da2b30d43904 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 17:04:20 +0000 Subject: [PATCH] Remove the PR Creation --- .gitea/workflows/auto_pr.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 047b284..1df45f7 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -15,13 +15,3 @@ jobs: - name: Validate YAML uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1 - - - 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