Skip to content

Add CI badge to readme (reopened PR) #4

Add CI badge to readme (reopened PR)

Add CI badge to readme (reopened PR) #4

Workflow file for this run

name: Auto Approve Pull Request
on:
pull_request_target:
types: [opened, synchronize]
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'kostyatarasenko'
steps:
- name: Auto approve
uses: hmarr/auto-approve-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}