Skip to content

make mypy happy again #147

make mypy happy again

make mypy happy again #147

Workflow file for this run

name: Pull Request on Branch Push
on:
push:
branches-ignore:
- main
jobs:
auto-pull-request:
name: PullRequestAction
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: ""
PULL_REQUEST_BRANCH: "main"