Skip to content

[$250] Report - The export file does not receive in Concierge chat once online again #311773

[$250] Report - The export file does not receive in Concierge chat once online again

[$250] Report - The export file does not receive in Concierge chat once online again #311773

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
# v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Format CodeCov Comment
uses: ./.github/actions/javascript/formatCodeCovComment
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}