Skip to content

Commit 1c32a4f

Browse files
authored
Create auto-assign.yml
1 parent 4b44ba1 commit 1c32a4f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/auto-assign.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
name: Auto Assign
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
jobs:
9+
run:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: wow-actions/auto-assign@v1
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
CONFIG_FILE: .github/auto-assign.yml

0 commit comments

Comments
 (0)