Skip to content

Commit

Permalink
ci: enable 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 Mar 10, 2024
1 parent 9e78b78 commit ddf2532
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/autoapproval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ddf2532

Please sign in to comment.