Update format.yml

This commit is contained in:
Aleksandr Statciuk 2019-10-06 20:04:37 +03:00 committed by GitHub
parent c7df08d349
commit 7f1ef9a035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -27,3 +27,8 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_SUFFIX: none BRANCH_SUFFIX: none
- name: Auto-approve Pull Request
uses: hmarr/auto-approve-action@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"