Skip to content

Commit

Permalink
Github Workflow for Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveena committed Jul 8, 2022
1 parent c83007b commit 72478c4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add_assignee_to_issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auto-assign assignee for Issues opened/reopened/edited.
on:
issues:
types:
- edited
- opened
- reopened
jobs:
issues:
runs-on: ubuntu-latest
steps:
- name: Check for event name
run: echo "${{ github.event_name }}"
- name: Add assignees
uses: pozil/auto-assign-issue@v1
with:
assignees: naveena-maplelabs
allowSelfAssign: True

0 comments on commit 72478c4

Please sign in to comment.