ci: don't fail issue triage workflows if issue not found on project (#45252)

This commit is contained in:
David Sanders
2025-01-21 07:06:24 -08:00
committed by GitHub
parent 0090d171fd
commit 7a413ff2ad
7 changed files with 14 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ jobs:
PROJECT_NUMBER=$(gh project list --owner electron --format json | jq -r '.projects | map(select(.title | test("^[0-9]+-x-y$"))) | max_by(.number) | .number')
echo "PROJECT_NUMBER=$PROJECT_NUMBER" >> "$GITHUB_OUTPUT"
- name: Update Completed Stable Prep Items
uses: dsanders11/project-actions/completed-by@438b25e007c2f4efec324497fadc6402e7cc61a6 # v1.4.0
uses: dsanders11/project-actions/completed-by@8bc0bd421be3a2f9e96e160c4cb703f97cd3be55 # v1.5.0
with:
field: Prep Status
field-value: ✅ Complete