Skip to content

Missing BatchResolver #7

Missing BatchResolver

Missing BatchResolver #7

Workflow file for this run

name: Issue assignment
on:
issues:
types: [ opened ]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: pozil/auto-assign-issue@v2
if: github.actor != 'dependabot[bot]'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: elgohr