Skip to content

build(deps-dev): bump pytest from 7.4.3 to 8.4.2 in the default group #2

build(deps-dev): bump pytest from 7.4.3 to 8.4.2 in the default group

build(deps-dev): bump pytest from 7.4.3 to 8.4.2 in the default group #2

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.py 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
contents: write
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'dependabot' || github.event.pull_request.user.login == 'dependabot[bot]')
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v5
- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}