From 20669d9766d9f8a8d41fc23d8e8dd42d0b84fa0b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Jun 2025 14:04:19 -0500 Subject: [PATCH] fix --- .gitea/workflows/tag-old-pull-requests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/tag-old-pull-requests.yaml b/.gitea/workflows/tag-old-pull-requests.yaml index 5b2f235..b871232 100644 --- a/.gitea/workflows/tag-old-pull-requests.yaml +++ b/.gitea/workflows/tag-old-pull-requests.yaml @@ -18,9 +18,6 @@ jobs: - name: Install dependencies run: pip install requests - - name: Run inline API check script - run: | - - name: Tag Old Pull Requests env: BOT_TOKEN: ${{ secrets.BOT_TOKEN }}