Skip to content

Commit

Permalink
Create triage-incoming.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Oct 18, 2022
1 parent d6b5631 commit de12b16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/triage-incoming.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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@v1
with:
project_id: 'PVT_kwDOAIB0Bs4AG0bY'
content_id: ${{ github.event.issue.node_id }}
secrets:
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 comments on commit de12b16

Please sign in to comment.