Skip to content

chore(deps): bump cycjimmy/semantic-release-action from 4 to 6 in the github-actions group #33

chore(deps): bump cycjimmy/semantic-release-action from 4 to 6 in the github-actions group

chore(deps): bump cycjimmy/semantic-release-action from 4 to 6 in the github-actions group #33

Workflow file for this run

---
name: Auto-approve Dependabot PRs
'on':
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
permissions:
pull-requests: write
jobs:
auto-approve:
name: Auto-approve
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Auto-approve Dependabot PR
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}