2022-08-24 12:10:32 +01:00
|
|
|
name: Move new issues into the issue triage board
|
|
|
|
|
|
|
|
on:
|
2024-01-02 16:20:09 +00:00
|
|
|
issues:
|
|
|
|
types: [ opened ]
|
2022-08-24 12:10:32 +01:00
|
|
|
|
|
|
|
jobs:
|
2022-10-19 11:41:25 +01:00
|
|
|
triage:
|
2023-02-27 11:33:27 +00:00
|
|
|
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
|
2024-01-02 16:20:32 +00:00
|
|
|
with:
|
2022-10-19 11:41:25 +01:00
|
|
|
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
|
|
|
|
content_id: ${{ github.event.issue.node_id }}
|
2024-01-02 16:20:32 +00:00
|
|
|
secrets:
|
2022-10-19 11:41:25 +01:00
|
|
|
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|