Skip to content

Commit

Permalink
Use shared github action for auto assign maintainers on issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 2, 2024
1 parent 43294f1 commit 992b6c3
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
name: Auto assignment for issues
name: "Auto assignment for issues"

"on":
issues:
types: [opened]
types: ["opened"]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.BOT_ACCESS_TOKEN }}
teams: schemes
numOfAssignee: 3
uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main"
secrets:
token: ${{ secrets.BOT_ACCESS_TOKEN }}

0 comments on commit 992b6c3

Please sign in to comment.