From b683a9a08451def3627eef6aa6453f3993e699bd Mon Sep 17 00:00:00 2001 From: Tim Berthold <75306992+tmberthold@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:21:57 +0100 Subject: [PATCH] Delete .github/workflows/add_pullrequest_to_project.yml Decision was done in PMO-Software. --- .../workflows/add_pullrequest_to_project.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/add_pullrequest_to_project.yml diff --git a/.github/workflows/add_pullrequest_to_project.yml b/.github/workflows/add_pullrequest_to_project.yml deleted file mode 100644 index 08fc53826..000000000 --- a/.github/workflows/add_pullrequest_to_project.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add pull request to project action - -on: - pull_request: - -jobs: - add_pullrequest_to_project: - if: github.actor != 'dependabot' && github.actor != 'sovitybot' # ignore PRs from bots - name: add_pullrequest_to_project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/sovity/projects/9 - github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} - labeled: area/dependency - label-operator: NOT