You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
368 B

  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 }}