diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index cf0195b59c..8ee217af0d 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -167,7 +167,7 @@ jobs: -H "Authorization: token ${{ secrets.MATHLIB4_COMMENT_BOT }}" \ -H "Accept: application/vnd.github.v3+json" \ "https://api.github.com/repos/leanprover/lean4/issues/${{ steps.workflow-info.outputs.pullRequestNumber }}/comments" \ - | jq 'first(.[] | select(.body | test("^- . Mathlib") or startswith("Mathlib CI status")) | select(.user.login == "leanprover-community-mathlib4-bot"))')" + | jq 'first(.[] | select(.body | test("^- . Mathlib") or startswith("Mathlib CI status")) | select(.user.login == "leanprover-community-bot"))')" existing_comment_id="$(echo "$existing_comment" | jq -r .id)" existing_comment_body="$(echo "$existing_comment" | jq -r .body)"