triage-incoming.yml 368 B

123456789101112131415
  1. name: Move new issues into the issue triage board
  2. on:
  3. issues:
  4. types: [ opened ]
  5. jobs:
  6. triage:
  7. uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
  8. with:
  9. project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
  10. content_id: ${{ github.event.issue.node_id }}
  11. secrets:
  12. github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}