From 20f5b67ce1d374f56fcf843b45da4d9713ae54d8 Mon Sep 17 00:00:00 2001 From: Xavier Basty Date: Wed, 8 Nov 2023 12:31:09 +0100 Subject: [PATCH] chore: remove linked issues check --- .github/workflows/issues.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/issues.yaml diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml deleted file mode 100644 index 11b76222..00000000 --- a/.github/workflows/issues.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Project Workflows - -on: - pull_request_target: - types: - - opened - - edited - - reopened - - synchronize - -jobs: - check_pull_requests: - name: Check linked issues - runs-on: ubuntu-latest - if: github.event_name == 'pull_request_target' - permissions: - issues: read - pull-requests: write - steps: - - uses: nearform-actions/github-action-check-linked-issues@v1 - id: check-linked-issues