mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
🔊 Assign issues when not from dependabot
This commit is contained in:
13
.github/workflows/assign.yml
vendored
Normal file
13
.github/workflows/assign.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user