Skip to content

Commit

Permalink
Add GitHub workflow to auto assign issues (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheEichler authored Jan 17, 2024
1 parent f621ee3 commit 25db98d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
addAssignees: true
name: Issue assignment

assignees:
- ShirleyDenkberg
- richardbluestone
on:
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: ShirleyDenkberg,richardbluestone

0 comments on commit 25db98d

Please sign in to comment.