Skip to content

Commit

Permalink
chore: update auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 authored Aug 4, 2024
1 parent f87221c commit a86edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]' || github.ref == 'refs/heads/platform/update-version-meta-data' || github.event_name == 'workflow_dispatch'
if: github.actor == 'renovate[bot]' || github.ref == 'refs/heads/platform/update-version-meta-data' || github.event_name == 'workflow_dispatch'
steps:
- uses: hmarr/auto-approve-action@v3
with:
Expand Down

0 comments on commit a86edbe

Please sign in to comment.