Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Aug 21, 2024
1 parent 8562ac1 commit 76167fe
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ on:

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: "tinty"
numOfAssignee: 3
uses: tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main
with:
token: "${{ secrets.BOT_ACCESS_TOKEN }}"

0 comments on commit 76167fe

Please sign in to comment.