Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

[fix] Event UpdateDirty didn't fire when remounting #156

[fix] Event UpdateDirty didn't fire when remounting

[fix] Event UpdateDirty didn't fire when remounting #156

Workflow file for this run

name: auto-approve
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.event.pull_request.user.login == 'AsPulse' && !github.event.pull_request.draft
steps:
- uses: hmarr/auto-approve-action@v3