Skip to content

Commit

Permalink
Added auto assigner
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Dec 19, 2023
1 parent 60021fb commit c58ad73
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 c58ad73

Please sign in to comment.