From 956388807f62504323bc0708e5e2fbef94b0239f Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Tue, 1 Nov 2022 22:30:55 -0400 Subject: [PATCH] Attempt to fix triage automation The 'PR_' ID format appears to be deprecated. --- .github/workflows/triage-incoming.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-incoming.yaml b/.github/workflows/triage-incoming.yaml index d8cdffe..50419c6 100644 --- a/.github/workflows/triage-incoming.yaml +++ b/.github/workflows/triage-incoming.yaml @@ -23,5 +23,5 @@ jobs: projectid: ${{ env.PROJECT_ID }} contentid: ${{ github.event.issue.node_id }} env: - PROJECT_ID: "PN_kwDOAM0swc4AH1sa" + PROJECT_ID: "PVT_kwDOAM0swc4AH1sa" GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}