Skip to content

build(deps): bump pandas from 2.1.4 to 2.2.0 in /backend #437

build(deps): bump pandas from 2.1.4 to 2.2.0 in /backend

build(deps): bump pandas from 2.1.4 to 2.2.0 in /backend #437

Workflow file for this run

name: Assign PR to creator
on:
pull_request_target:
types: [opened]
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
if: github.actor != 'dependabot[bot]'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}