Files
Publish-Docker-Github-Action/.github/workflows/assign.yml
Lars Gohr 5464199355 ♻️ Correct syntax
2021-08-28 22:31:59 +02:00

13 lines
294 B
YAML

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