Mdfix #63

Closed
vtolstov wants to merge 2 commits from mdfix into master
Showing only changes of commit f0a9b01f72 - Show all commits

View File

@ -16,7 +16,6 @@ jobs:
uses: hmarr/auto-approve-action@v2 uses: hmarr/auto-approve-action@v2
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]' if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve id: approve
run: gh pr review --approve "$PR_URL"
env: env:
PR_URL: ${{github.event.pull_request.html_url}} PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.TOKEN}} GITHUB_TOKEN: ${{secrets.TOKEN}}