From c3c9796581ec7fc1396397c68e206e69f7083521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 11 Dec 2024 13:43:25 -0500 Subject: [PATCH] chore: remove unused GitHub Workflow for devrel --- .github/workflows/devrel-automations.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/devrel-automations.yaml diff --git a/.github/workflows/devrel-automations.yaml b/.github/workflows/devrel-automations.yaml deleted file mode 100644 index 989aa37e9..000000000 --- a/.github/workflows/devrel-automations.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: devrel automation - -on: - issues: - types: [labeled] - -jobs: - auto-assign: - if: ${{ github.event.label.name == 'docs' }} - runs-on: ubuntu-latest - steps: - - name: 'Auto-assign issues to a project' - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/kubefirst/projects/2 - github-token: ${{ secrets.KUBEFIRST_DEVREL_TOKEN }} \ No newline at end of file