Skip to content

Conversation

Hoodie-Huuuuu
Copy link
Collaborator

PR adds a new workflow pr-comment.yml triggered on pull_request_target that:

  • Waits for the successful completion of the performance job in the main CI workflow.
  • Downloads the perf-report artifact generated by the performance job.
  • Posts or updates a PR comment with the content of performance-report.md.

Prior to this patch, CI's test/performance job could not publish the perf-report as a comment in a Pull request from forked repositories due to write restrictions for GITHUB_TOKEN.

The pull_request_target event grants the necessary rights, which is why the publication of the perf-report was moved to a separate workflow.

hoodiehuuuuu and others added 3 commits August 20, 2025 19:34
* fix pr commenting

* repo-settings

---------

Co-authored-by: Georgy Shpilevoy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants