From f302a7327ce7d346cbfb68232d48c2d656028a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondra=20He=C5=99m=C3=A1nek?= Date: Thu, 20 Jun 2024 16:56:56 +0200 Subject: [PATCH] Delete .github/workflows/pr-automation.yml --- .github/workflows/pr-automation.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/pr-automation.yml diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml deleted file mode 100644 index 7c86b89..0000000 --- a/.github/workflows/pr-automation.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Add every PR to a project and apply distribution label - -on: - pull_request: - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -jobs: - add-to-project: - name: Add To GitHub projects - runs-on: ubuntu-latest - steps: - # Add to project - #- uses: actions/add-to-project@v1.0.1 - # with: - # project-url: https://github.com/orgs/MewsSystems/projects/21 - # github-token: ${{ secrets.GITHUB_TOKEN }} - - ## Add label - - name: Assign tech.be project - uses: srggrs/assign-one-project-github-action@1.3.1 - with: - project: 'https://github.com/orgs/MewsSystems/projects/21' - column_name: 'Review'