From 548d4ff89b106001e20d83da706d7becfccf6c9f Mon Sep 17 00:00:00 2001 From: shubham-fyle Date: Thu, 19 Sep 2024 19:19:54 +0530 Subject: [PATCH] Deleted .github/workflows/pr-checks.yml --- .github/workflows/pr-checks.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/pr-checks.yml diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml deleted file mode 100644 index c90951a..0000000 --- a/.github/workflows/pr-checks.yml +++ /dev/null @@ -1,20 +0,0 @@ - -name: Strong PR Checks - -on: - pull_request: - types: [opened, synchronize, edited] - -permissions: - pull-requests: write - contents: read - -jobs: - pr_checks: - runs-on: ubuntu-latest - steps: - - name: Run strong checks - uses: fylein/fyle-pr-action@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - config-file: .github/pr-checks-config.yml \ No newline at end of file