Skip to content

Commit

Permalink
Use issue auto-assigner
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Aug 24, 2023
1 parent ec8e44a commit c9f0699
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 c9f0699

Please sign in to comment.