forked-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 16:20:32 +00:00
with:
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
content_id: ${{ github.event.issue.node_id }}
2024-01-02 16:20:32 +00:00
secrets:
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}