Skip to content

proper type annotation #598

proper type annotation

proper type annotation #598

Workflow file for this run

name: 'Merge Dependencies'
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Checkout repository'
uses: actions/[email protected]
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}