Skip to content

Commit

Permalink
Add auto-assignment of maintainers to created issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 1, 2024
1 parent a757066 commit 0c57070
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Auto assignment for issues"

on:
issues:
types: ["opened"]

jobs:
auto-assign:
uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main"
secrets:
token: ${{ secrets.BOT_ACCESS_TOKEN }}

0 comments on commit 0c57070

Please sign in to comment.