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
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.TOKEN}}