Skip to content

[BUG] docker:not found #10

[BUG] docker:not found

[BUG] docker:not found #10

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@v1
if: github.actor != 'dependabot[bot]'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: elgohr