We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adefc4d commit 5e411b7Copy full SHA for 5e411b7
1 file changed
.github/workflows/AutoAssign.yml
@@ -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
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