From 3c24629588eadb5651140ce4c0180b021ad0181e Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Fri, 22 Sep 2023 08:27:54 -0400 Subject: [PATCH] Gonna make my own issue finder --- .github/workflows/check-url.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/check-url.yml b/.github/workflows/check-url.yml index 6918eb53..96e496b9 100644 --- a/.github/workflows/check-url.yml +++ b/.github/workflows/check-url.yml @@ -81,13 +81,6 @@ jobs: echo ${{ steps.check-report.outputs.error_num }} - name: Find issues - uses: actions-cool/issues-helper@v3 - id: find-issue - with: - actions: 'find-issues' - token: ${{ secrets.GITHUB_TOKEN }} - issue-state: 'open' - title-includes: 'Broken URLs found in the course!' - name: If too many URL errors, then make an issue if: ${{ steps.check-report.outputs.error_num >= 1 && steps.find-issue.outputs.exists == 'false'}}