Skip to content

Commit 56b86d7

Browse files
authored
Update AutoAssign.yml
1 parent 03c1753 commit 56b86d7

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/AutoAssign.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
22
name: Auto Assign
33
on:
44
issues:
5-
types: [opened]
5+
types: [opened, reopened]
66
pull_request:
7-
types: [opened]
7+
types: [opened, reopened]
88
jobs:
99
run:
10-
runs-on: ubuntu-latest
11-
permissions:
12-
issues: write
13-
pull-requests: write
14-
steps:
15-
- name: 'Auto-assign issue'
16-
uses: pozil/auto-assign-issue@v2
17-
with:
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
19-
assignees: ocots
20-
numOfAssignee: 1
10+
uses: control-toolbox/CTActions/.github/workflows/auto-assign.yml@main
11+
with:
12+
assignees: ocots
13+
numOfAssignee: 1

0 commit comments

Comments
 (0)