Skip to content

chore(deps): bump actions/github-script from 6 to 7 #76

chore(deps): bump actions/github-script from 6 to 7

chore(deps): bump actions/github-script from 6 to 7 #76

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@44888193675f29a83e04faf4002fa8c0b537b1e4 #v3.2.1