Skip to content

Commit

Permalink
disabled auto approve
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriani277 authored Nov 17, 2023
1 parent d04b6f1 commit a895033
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Auto-approve Renovate's PRs
# name: Auto-approve Renovate's PRs

on: pull_request_target
# on: pull_request_target

jobs:
auto-approve-renovate-prs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/[email protected]
with:
fetch-depth: '0'
- name: Approve PR
if: github.actor == 'renovate[bot]'
run: gh pr review --approve ${{ github.event.number }}
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# jobs:
# auto-approve-renovate-prs:
# runs-on: ubuntu-latest
# steps:
# - name: Git Checkout
# uses: actions/[email protected]
# with:
# fetch-depth: '0'
# - name: Approve PR
# if: github.actor == 'renovate[bot]'
# run: gh pr review --approve ${{ github.event.number }}
# env:
# GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a895033

Please sign in to comment.