Skip to content

Commit

Permalink
Create auto-assign-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber authored Mar 6, 2022
1 parent 04f5c08 commit ab0ec17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Issue assignment

on:
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: "Auto-assign issue"
uses: pozil/auto-assign-issue@v1.4.0
with:
assignees: JackGruber

0 comments on commit ab0ec17

Please sign in to comment.