Skip to content

Commit

Permalink
Revert "Delete renovate approver"
Browse files Browse the repository at this point in the history
This reverts commit 588184b.
  • Loading branch information
logica0419 committed Feb 2, 2024
1 parent 35dd84c commit 34e8871
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/renovate-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Renovate Auto Approve
on:
pull_request:

permissions:
pull-requests: write
contents: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'trap-renovate[bot]' }}
steps:
- name: Approve Renovate PRs
run: |
gh pr review --approve ${{github.event.pull_request.html_url}}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 34e8871

Please sign in to comment.