This action allows you to create or update comment in your PR.
text(string, required) - text to place in commentsearch_key(string, required) - text to search existing commenttimezone(string, default:'UTC') - timezone for comment update timestamp
Write in your workflow:
upsert-comment:
runs-on: ubuntu-latest
steps:
- uses: anna-money/action-comment@master
with:
timezone: 'Europe/Moscow'
search_key: 'Coverage'
text: |
#### Coverage
```
<coverage report>
```