Skip to content

Commit

Permalink
Create new_issue.yml
Browse files Browse the repository at this point in the history
assigns the issue when created
  • Loading branch information
rubengarciam authored Jul 15, 2020
1 parent b0a9c29 commit cc81ec1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: rubengarciam

0 comments on commit cc81ec1

Please sign in to comment.