Skip to content

build(deps): bump cryptography from 46.0.4 to 46.0.5 in the uv group across 1 directory #6

build(deps): bump cryptography from 46.0.4 to 46.0.5 in the uv group across 1 directory

build(deps): bump cryptography from 46.0.4 to 46.0.5 in the uv group across 1 directory #6

Workflow file for this run

name: Approver
on:
pull_request:
types:
- opened
jobs:
approve:
runs-on: ubuntu-latest
if: endsWith(github.actor, '[bot]')
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Approve
run: gh pr review ${{ github.event.number }} --approve
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}