Skip to content

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.4 #132

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.4

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.4 #132

Workflow file for this run

name: Auto approve
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
jobs:
approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'rajyan')
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4.0.0