This is an automated email from the ASF dual-hosted git repository.

shuke987 pushed a change to branch codex/review-receipt-hardening
in repository https://gitbox.apache.org/repos/asf/doris-skills.git


 discard 6fb7266  fix: verify local review results before posting
 discard d3a6455  fix: require qualified local reviewers
     add f460c9e  fix: require qualified reviewer runtimes
     add 4041842  fix: publish verified local review receipts

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6fb7266)
            \
             N -- N -- N   refs/heads/codex/review-receipt-hardening (4041842)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  16 +-
 skills/doris-repo-review/SKILL.md                  | 141 +++------
 .../doris-repo-review/references/doc-templates.md  |   2 +-
 .../references/pr-comment-format.md                |  23 +-
 .../references/qualified-runtime.md                |  40 +++
 .../doris-repo-review/scripts/post-pass-comment.sh | 134 ++------
 .../scripts/prepare-review-context.sh              |   2 -
 .../scripts/record-review-runtime.sh               |  67 +---
 .../scripts/review-runtime-policy.sh               |  34 +-
 skills/doris-repo-review/scripts/verify-anchors.py | 336 --------------------
 .../scripts/verify-review-docs.py                  | 293 +++++++++++++++++
 verify/README.md                                   |  10 +-
 verify/repo-review/post-comment.sh                 | 139 ++++++++
 verify/repo-review/review-documents.sh             | 113 +++++++
 verify/repo-review/run.sh                          | 349 +--------------------
 verify/repo-review/runtime-attestation.sh          |  50 +++
 verify/repo-review/runtime-policy.sh               |  51 +++
 17 files changed, 824 insertions(+), 976 deletions(-)
 create mode 100644 skills/doris-repo-review/references/qualified-runtime.md
 delete mode 100755 skills/doris-repo-review/scripts/verify-anchors.py
 create mode 100755 skills/doris-repo-review/scripts/verify-review-docs.py
 create mode 100755 verify/repo-review/post-comment.sh
 create mode 100755 verify/repo-review/review-documents.sh
 create mode 100755 verify/repo-review/runtime-attestation.sh
 create mode 100755 verify/repo-review/runtime-policy.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to