From 2f6f3b886c8ec14b2e2d2fe466c88c5da14411fb Mon Sep 17 00:00:00 2001 From: Stephan Bauer Date: Mon, 24 Apr 2023 22:24:19 +0200 Subject: [PATCH] Deleted useless workflow Workflow can also be configured via GitHub UI --- .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 00ffae871..000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add to Project - -on: - issues: - types: [ opened ] - -jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - name: Add issue to project - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/eclipse-tractusx/projects/5 - github-token: ${{ secrets.GITHUB_TOKEN }} - labeled: bug - label-operator: NOT