Skip to content

Commit

Permalink
feat: add autoapprover action
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Oct 10, 2024
1 parent d5e9f59 commit 039948d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/autoapproval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from_owner:
- "renovate[bot]"

required_labels:
- "area/dependency"

blacklisted_labels:
- "do-not-merge"
24 changes: 24 additions & 0 deletions .github/workflows/autopilot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: autopilot

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
steps:
- uses: dkhmelenko/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 039948d

Please sign in to comment.