Skip to content

Commit

Permalink
fix: update project id/number
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Dec 9, 2024
1 parent 925d3be commit b2cdc55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ env:
OWNER: ${{ github.repository_owner }}
REPOSITORY: ${{ github.repository }}

PROJECT_ID: 39
PROJECT_NUMBER: 39
PROJECT_ID: PVT_kwDOAYA3Ss1Nvw
ITEM_FETCH_LIMIT: 1200

AREA_FIELD_ID: PVTSSF_lADOAYA3Ss1Nv84BfRL4
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Get issue ID
id: get_issue_id
run: |
ISSUE_ID=$(gh project item-list $PROJECT_ID --owner=$OWNER --limit=$ITEM_FETCH_LIMIT --format=json --jq ".items[] | select(.content.number == $ISSUE_NUMBER and .content.repository == $REPOSITORY) | .id")
ISSUE_ID=$(gh project item-list $PROJECT_NUMBER --owner=$OWNER --limit=$ITEM_FETCH_LIMIT --format=json --jq ".items[] | select(.content.number == $ISSUE_NUMBER and .content.repository == $REPOSITORY) | .id")
if [ -z "$ISSUE_ID" ]; then
echo "Issue ID not found for issue number $ISSUE_NUMBER"
exit 1
Expand Down

0 comments on commit b2cdc55

Please sign in to comment.