From bc4d920ed36e71807ff6b724a781309c303813e9 Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Thu, 29 Feb 2024 12:05:56 +0100 Subject: [PATCH] refactor: remove unused project workflow (#3931) --- .github/workflows/add-to-project.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 0ebc6a6c73f..00000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add to Project - -on: - issues: - types: [ opened ] - pull_request_target: - types: [ opened ] - -jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - name: Add issue - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/eclipse-edc/projects/3 - github-token: ${{ secrets.ORGANIZATION_PROJECT }} \ No newline at end of file