Skip to content

Commit 1629e48

Browse files
committed
add autoassign
1 parent 9a8ea54 commit 1629e48

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+
name: Auto Assign
2+
on:
3+
issues:
4+
types: [labeled]
5+
jobs:
6+
run:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: wow-actions/auto-assign@v3
10+
with:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
assignees: vbryh-msft, lflores-ms
13+
includeLabels: ['regression']

0 commit comments

Comments
 (0)