Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
ci: 00 PR Auto approve: dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Mar 25, 2024
1 parent c5f1831 commit 2344614
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/00_pr_auto_approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "00 PR Auto approve"

on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(fromJson('["dependabot[bot]", "github-actions[bot]", "pdxjohnny"]'), github.actor)
steps:
- uses: hmarr/auto-approve-action@v4
with:
review-message: "LGTM"

0 comments on commit 2344614

Please sign in to comment.