Skip to content

Commit 5e411b7

Browse files
authored
Create AutoAssign.yml
1 parent adefc4d commit 5e411b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/AutoAssign.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# https://github.com/marketplace/actions/auto-assign-issue
2+
name: Auto Assign
3+
on:
4+
issues:
5+
types: [opened, reopened]
6+
pull_request:
7+
types: [opened, reopened]
8+
jobs:
9+
run:
10+
uses: control-toolbox/CTActions/.github/workflows/auto-assign.yml@main
11+
with:
12+
assignees: ocots
13+
numOfAssignee: 1

0 commit comments

Comments
 (0)