diff options
author | Erik Johnston <erik@matrix.org> | 2024-01-02 16:20:09 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-01-02 16:22:44 +0000 |
commit | a027e3ecc356a2eda0afb509990839244b050194 (patch) | |
tree | e3dab6130047fd71e1c1bf64c827e976b2c2a1c4 | |
parent | Delete the add version picker GHA workflow (#9453) (diff) | |
download | synapse-a027e3ecc356a2eda0afb509990839244b050194.tar.xz |
Revert "Disable automatic traiging"
This reverts commit 742bae3761b7b2c638975f853ab6161527629240.
-rw-r--r-- | .github/workflows/triage-incoming.yml | 10 |
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 }} + |