Attempt to fix triage automation
The 'PR_' ID format appears to be deprecated.
This commit is contained in:
parent
5b5c649b49
commit
956388807f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/triage-incoming.yaml
vendored
2
.github/workflows/triage-incoming.yaml
vendored
|
@ -23,5 +23,5 @@ jobs:
|
||||||
projectid: ${{ env.PROJECT_ID }}
|
projectid: ${{ env.PROJECT_ID }}
|
||||||
contentid: ${{ github.event.issue.node_id }}
|
contentid: ${{ github.event.issue.node_id }}
|
||||||
env:
|
env:
|
||||||
PROJECT_ID: "PN_kwDOAM0swc4AH1sa"
|
PROJECT_ID: "PVT_kwDOAM0swc4AH1sa"
|
||||||
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue