0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 16:18:56 +02:00
synapse/.github/workflows/triage-incoming.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
355 B
YAML
Raw Normal View History

name: Move new issues into the issue triage board
on:
issues:
types: [ opened ]
jobs:
triage:
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
2024-01-02 17:20:32 +01:00
with:
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
content_id: ${{ github.event.issue.node_id }}
2024-01-02 17:20:32 +01:00
secrets:
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}