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 }}