summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-12-15 14:34:25 +0000
committerErik Johnston <erik@matrix.org>2023-12-15 14:34:25 +0000
commit742bae3761b7b2c638975f853ab6161527629240 (patch)
tree8361ea59160c95d0d04194aacf42719e8029ba00 /.github
parentFix typo (diff)
downloadsynapse-742bae3761b7b2c638975f853ab6161527629240.tar.xz
Disable automatic traiging
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/triage-incoming.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/triage-incoming.yml b/.github/workflows/triage-incoming.yml
index 24dac47bf2..a53d0eaaa7 100644
--- a/.github/workflows/triage-incoming.yml
+++ b/.github/workflows/triage-incoming.yml
@@ -1,15 +1,15 @@
 name: Move new issues into the issue triage board
 
 on:
-  issues:
-    types: [ opened ]
+  # issues:
+  #   types: [ opened ]
+  workflow_dispatch:
 
 jobs:
   triage:
     uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
-    with: 
+    with:
       project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
       content_id: ${{ github.event.issue.node_id }}
-    secrets: 
+    secrets:
       github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}
-