Skip to content

Commit

Permalink
debug: update-pr-ready-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Aug 24, 2023
1 parent 1e22140 commit 86161fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-pr-ready-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
}
}
}
items(first:50) {
items(first:500) {
nodes {
id
content {
Expand All @@ -54,7 +54,7 @@ jobs:
}
}' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER > project_data.json
echo `cat project_data.json`
# echo `cat project_data.json`
echo 'PROJECT_ID='$(jq '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
Expand Down

0 comments on commit 86161fc

Please sign in to comment.