Skip to content

Commit

Permalink
Move auto-assign main action to tinted-theming/home
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Aug 21, 2024
1 parent 5f984c7 commit 2c429ca
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 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]
issues:
types: ["opened"]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: JamyGolden
numOfAssignee: 1
allowSelfAssign: true
auto-assign:
uses: tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main
secrets:
token: ${{ secrets.BOT_ACCESS_TOKEN }}

0 comments on commit 2c429ca

Please sign in to comment.