У линтера может не быть прав коментить в коммит, пробуем так

This commit is contained in:
Vasily Fedoseyev
2023-06-01 18:45:35 +03:00
parent c944347ca4
commit a3c51a99f8

View File

@@ -14,7 +14,7 @@ jobs:
with: with:
ruby-version: '3.2' ruby-version: '3.2'
bundler-cache: true bundler-cache: true
- run: bundle exec pronto run -f text github_status github_pr_review -c origin/master - run: bundle exec pronto run -f text github_pr_review -c origin/master
env: env:
PRONTO_GITHUB_ACCESS_TOKEN: ${{ github.token }} PRONTO_GITHUB_ACCESS_TOKEN: ${{ github.token }}
PRONTO_PULL_REQUEST_ID: ${{ github.event.pull_request.number }} PRONTO_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}