From a3c51a99f8f72eabbbd2c7b29667e4a1d0ea73ab Mon Sep 17 00:00:00 2001 From: Vasily Fedoseyev Date: Thu, 1 Jun 2023 18:45:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=20=D0=BB=D0=B8=D0=BD=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=20=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20=D0=BD=D0=B5=20=D0=B1?= =?UTF-8?q?=D1=8B=D1=82=D1=8C=20=D0=BF=D1=80=D0=B0=D0=B2=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D0=B8=D1=82=D1=8C=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82,=20=D0=BF=D1=80=D0=BE=D0=B1?= =?UTF-8?q?=D1=83=D0=B5=D0=BC=20=D1=82=D0=B0=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pronto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pronto.yaml b/.github/workflows/pronto.yaml index 86e658c..619bdd6 100644 --- a/.github/workflows/pronto.yaml +++ b/.github/workflows/pronto.yaml @@ -14,7 +14,7 @@ jobs: with: ruby-version: '3.2' 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: PRONTO_GITHUB_ACCESS_TOKEN: ${{ github.token }} PRONTO_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}