[Due for payment 2026-08-25] Home - Extra padding is shown in More menu in offline mode #525864
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Format CodeCov Comment | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| format-codecov-comment: | |
| runs-on: blacksmith-2vcpu-ubuntu-2404 | |
| if: github.event.issue.pull_request && github.event.comment.user.login == 'codecov[bot]' | |
| steps: | |
| - name: Checkout | |
| uses: useblacksmith/checkout@1c9394c220d293645707b625ba9d79685f093a8f # v1 | |
| - name: Format CodeCov Comment | |
| uses: ./.github/actions/javascript/formatCodeCovComment | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |