Skip to content

ci: Add autoapproval action as bot is not currently working #1

ci: Add autoapproval action as bot is not currently working

ci: Add autoapproval action as bot is not currently working #1

Workflow file for this run

name: Autoapproval
on:
pull_request:
types: [opened, reopened, labeled, edited]
pull_request_review:
types: [dismissed]
permissions:
contents: read
pull-requests: write
jobs:
autoapproval:
runs-on: ubuntu-latest
name: Autoapproval
steps:
- uses: dkhmelenko/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}