From 3ee4dfcc8ed60eb9129b863f60d290258b656dbc Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Tue, 1 Mar 2022 22:50:23 +0530 Subject: [PATCH] Delete one-issue-at-time.yml --- .github/workflows/one-issue-at-time.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/one-issue-at-time.yml 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