Skip to content

Commit

Permalink
add headers to the sticky comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Aug 19, 2024
1 parent b2be50e commit 0ebc06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gates_report_brillig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Compare Brillig bytecode size reports
id: brillig_bytecode_diff
uses: noir-lang/noir-gates-diff@cd8721ebe0ad9a67889c601063cccc33a8ca7f32
uses: noir-lang/noir-gates-diff@db91f74285a798cbaf538794d25d48c396f25c38
with:
report: gates_report_brillig.json
header: |
Expand All @@ -85,6 +85,7 @@ jobs:
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
uses: marocchino/sticky-pull-request-comment@v2
with:
header: brillig
# delete the comment in case changes no longer impact brillig bytecode sizes
delete: ${{ !steps.brillig_bytecode_diff.outputs.markdown }}
message: ${{ steps.brillig_bytecode_diff.outputs.markdown }}

0 comments on commit 0ebc06e

Please sign in to comment.