Skip to content

Commit

Permalink
Set up issue auto-assigner gh workflow (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez authored Jan 4, 2024
1 parent 6bcc04a commit 2302ff8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issue-auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Auto assign maintainer to issue"
on:
issues:
types: [opened]

permissions:
issues: write

jobs:
assign-maintainer:
uses: grafana/k6/.github/workflows/issue-auto-assign.yml@master

0 comments on commit 2302ff8

Please sign in to comment.