diff --git a/.github/workflows/one-issue-at-time.yml b/.github/workflows/one-issue-at-time.yml deleted file mode 100644 index faf41b7..0000000 --- a/.github/workflows/one-issue-at-time.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Issue_watcher - -on: - issues: - types: [opened] - -jobs: - first-job: - runs-on: ubuntu-latest - if: ${{ github.actor != github.repository_owner }} - steps: - - name: Checkout code - uses: actions/checkout@main - - name: Run Action - uses: TesseractCoding/Issue_Watcher@main - with: - token: '${{ secrets.GITHUB_TOKEN }}' - author: '${{github.actor}}' - repo: BRAVO68WEB/url-minify - maxIssue: 2