From 80c96ea5ac2c3ac18d4f216c772e959495ac4113 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 7 Dec 2022 21:09:01 +0100 Subject: [PATCH] remove "Add bugs to Bug Hunting" workflow (#5901) not needed anymore --- .github/workflows/add-to-project.yml | 22 ---------------------- 1 file changed, 22 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 09e592ff6a..0000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Add bugs to Bug Hunting - -on: - issues: - types: - - opened - - labeled - pull_request: - types: - - opened - - labeled - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.1.0 - with: - project-url: https://github.com/orgs/calcom/projects/9 - github-token: ${{ secrets.GH_ACCESS_TOKEN }} - labeled: ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธhelp wanted