Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/proof-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
permissions:
contents: read
actions: read
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.1
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.2
with:
receipt_path: docs/proof-pr-dogfood.receipt.json
proof_pr_ref: v0.2.1
proof_pr_ref: v0.2.2
check_public_git_metadata: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use noreply metadata before enabling this gate

For the requested commit 282ccde, git show -s reports both author and committer as Codex <codex@openai.com>. In introduced mode, the v0.2.2 reusable workflow defaults the base to origin/main for workflow_dispatch and runs proof-pr check-public-git-metadata --base-ref ... --ref github.sha; that check fails on commit/tag email metadata outside GitHub noreply patterns. Manually dispatching this workflow on this PR/commit will therefore fail on the very commit that enables the gate, so the commit needs to be recreated/rebased with noreply author/committer metadata before this check is turned on.

Useful? React with 👍 / 👎.

public_git_metadata_mode: introduced
artifact_name: bridge-db-proof-pr-dogfood
artifact_glob: docs/proof-pr-dogfood.md
Loading