Skip to content

chore(deps): bump eslint from 8.43.0 to 8.50.0 #55

chore(deps): bump eslint from 8.43.0 to 8.50.0

chore(deps): bump eslint from 8.43.0 to 8.50.0 #55

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
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 == 'p6m7g8-automation' || github.event.pull_request.user.login == 'dependabot' || github.event.pull_request.user.login == 'pgollucci'
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.P6M7G8_PA_GITHUB_TOKEN }}