Skip to content

Commit

Permalink
Disable automatic traiging
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Dec 15, 2023
1 parent 930dc9e commit 742bae3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/triage-incoming.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Move new issues into the issue triage board

on:
issues:
types: [ opened ]
# issues:
# types: [ opened ]
workflow_dispatch:

jobs:
triage:
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
with:
with:
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
content_id: ${{ github.event.issue.node_id }}
secrets:
secrets:
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 comments on commit 742bae3

Please sign in to comment.