diff --git a/.github/workflows/pull-request-copy-labels.yml b/.github/workflows/pull-request-copy-labels.yml deleted file mode 100644 index a48a1ef974..0000000000 --- a/.github/workflows/pull-request-copy-labels.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Copy labels from linked issues - -on: - pull_request: - types: [opened] - -permissions: - issues: write - pull-requests: write - contents: read - -jobs: - copy-labels: - runs-on: ubuntu-latest - name: Copy labels from linked issues - steps: - - name: Copy labels - uses: michalvankodev/copy-issue-labels@v1.3.0 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }}