From 776f019482df16d5b41e69220fe811508152b851 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Wed, 7 Aug 2024 08:23:50 +0200 Subject: [PATCH] ci: remove kaban --- .github/workflows/kaban.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/kaban.yml diff --git a/.github/workflows/kaban.yml b/.github/workflows/kaban.yml deleted file mode 100644 index 67f2fd66..00000000 --- a/.github/workflows/kaban.yml +++ /dev/null @@ -1,20 +0,0 @@ -# name: Auto Assign to Project(s) - -# on: -# issues: -# types: [opened] -# pull_request: -# types: [opened] -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -# jobs: -# assign_one_project: -# runs-on: ubuntu-latest -# name: Assign to the kaban Project -# steps: -# - name: Assign NEW issues and NEW pull requests to kaban project -# uses: srggrs/assign-one-project-github-action@1.2.1 -# if: github.event.action == 'opened' -# with: -# project: "https://github.com/12rambau/sepal_ui/projects/5"