Skip to content

build(deps-dev): bump pyright from 1.1.327 to 1.1.329 in /backend #34

build(deps-dev): bump pyright from 1.1.327 to 1.1.329 in /backend

build(deps-dev): bump pyright from 1.1.327 to 1.1.329 in /backend #34

Workflow file for this run

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}