Skip to content

Commit

Permalink
Add shared github action to auto assign maintainers to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 2, 2024
1 parent 933907a commit 4f5c3a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 4f5c3a6

Please sign in to comment.