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 @@ -9,9 +9,11 @@ permissions:

jobs:
proof:
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: proof-pr.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.

P1 Badge Re-author commit before enabling the metadata gate

With check_public_git_metadata enabled in introduced mode, the v0.2.2 reusable workflow runs proof-pr check-public-git-metadata --base-ref "$base_ref" --ref "$PUBLIC_METADATA_REF", and that CLI's default allow-list only accepts GitHub noreply addresses. The reviewed commit introduced by this PR is authored and committed as Codex <codex@openai.com> (git log 1952f25..1804883 --format=...), so dispatching this proof workflow on this PR branch will fail before receipt validation; re-author this commit with a GitHub noreply address or the new gate cannot pass for the change that enables it.

Useful? React with 👍 / 👎.

public_git_metadata_mode: introduced
artifact_name: github-repo-auditor-proof-pr
artifact_glob: proof-pr-artifacts/**
Loading