From 86802b888e992cda4321af9b22e635599dee27f9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 24 Dec 2024 15:13:05 -0500 Subject: [PATCH] Tweaking PR list action. --- .gitea/workflows/deployment.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 89aa69d7..1b56054f 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -15,12 +15,8 @@ jobs: uses: actions/checkout@v4 - name: PR list - uses: magebitcom/list-pr-action@v1.0.0 + uses: vicamo/gitea-list-pull-requests@v1.0.1 id: list-prs - with: - base: main - github-token: ${{ secrets.BOT_GITEA_TOKEN }} - state: open - name: Create PR if: steps.list-prs.outputs.pr-count == 0