Skip to content

Commit

Permalink
Add autoassign issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Nov 14, 2023
1 parent 9728ae5 commit 9359eb1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-assign-issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Issue assignment

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: tuxpeople

0 comments on commit 9359eb1

Please sign in to comment.