Skip to content

Commit 3a72dac

Browse files
committed
test
1 parent 8562ac1 commit 3a72dac

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/auto-assign-issues.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ on:
66

77
jobs:
88
auto-assign:
9-
runs-on: "ubuntu-latest"
10-
permissions:
11-
issues: "write"
12-
steps:
13-
- name: "Auto-assign issue"
14-
uses: "pozil/auto-assign-issue@v2"
15-
with:
16-
repo-token: "${{ secrets.BOT_ACCESS_TOKEN }}"
17-
teams: "tinty"
18-
numOfAssignee: 3
9+
uses: tinted-theming/home/.github/workflows/shared/auto-assign-issues.yml@main
10+
with:
11+
token: "${{ secrets.BOT_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)