Skip to content

Commit

Permalink
ci: fix autoapproval
Browse files Browse the repository at this point in the history
Signed-off-by: Joke de Buhr <joke@xckk.de>
  • Loading branch information
joke committed Apr 23, 2023
1 parent 930501b commit a2b1a44
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/autoapproval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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/autoapproval@v1.0

0 comments on commit a2b1a44

Please sign in to comment.