From f0ac17fd77e03e39196c1f383a6a1f68fe8017b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:56:00 +0200 Subject: [PATCH] remove workflow file --- .github/workflows/add_to_project.yml | 19 ------------------- 1 file changed, 19 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 f64391692..000000000 --- a/.github/workflows/add_to_project.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add new issues and pr to project - -on: - pull_request: - types: - - opened - issues: - types: - - opened - -jobs: - add-to-project: - name: Add new issue and pr to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/tabler/projects/9/views/1 - github-token: ${{ secrets.GITHUB_TOKEN }}