diff --git a/.github/issue_commands.json b/.github/issue_commands.json
deleted file mode 100644
index a1f4ec217871..000000000000
--- a/.github/issue_commands.json
+++ /dev/null
@@ -1,10 +0,0 @@
-[   
-    {
-      "type": "label",
-      "name": "type/docs",
-      "action": "addToProject",
-      "addToProject": {
-        "url": "https://github.com/orgs/grafana/projects/69"
-      }
-    }
-]
diff --git a/.github/workflows/issue_commands.yml b/.github/workflows/issue_commands.yml
deleted file mode 100644
index cfab551c4207..000000000000
--- a/.github/workflows/issue_commands.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: Run commands when issues are labeled
-on:
-  issues:
-    types: [labeled]
-jobs:
-  main:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout Actions
-        uses: actions/checkout@v4
-        with:
-          repository: "grafana/grafana-github-actions"
-          path: ./actions
-          ref: main
-      - name: Install Actions
-        run: npm install --production --prefix ./actions
-      - name: Run Commands
-        uses: ./actions/commands
-        with:
-          token: ${{secrets.ISSUE_COMMANDS_TOKEN}}
-          configPath: issue_commands