summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-01-02 16:20:09 +0000
committerErik Johnston <erik@matrix.org>2024-01-02 16:22:44 +0000
commita027e3ecc356a2eda0afb509990839244b050194 (patch)
treee3dab6130047fd71e1c1bf64c827e976b2c2a1c4
parentDelete the add version picker GHA workflow (#9453) (diff)
downloadsynapse-a027e3ecc356a2eda0afb509990839244b050194.tar.xz
Revert "Disable automatic traiging"
This reverts commit 742bae3761b7b2c638975f853ab6161527629240.
-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 a53d0eaaa7..24dac47bf2 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 ]
-  workflow_dispatch:
+  issues:
+    types: [ opened ]
 
 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 }}
+