Skip to content

Commit

Permalink
Add github action to auto assign issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Aug 22, 2024
1 parent 459b3fa commit 95b4e92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @tinted-theming/ribboncurls
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 95b4e92

Please sign in to comment.