Skip to content

Commit 6185d50

Browse files
committed
ci: add auto-assign issues workflow
1 parent b675f7d commit 6185d50

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/auto-assign.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto-assign issues
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
auto-assign:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Auto-assign issues
12+
uses: actions/auto-assign-action@v1.0.1
13+
with:
14+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
15+
assignees: "walidsobhie-code"

0 commit comments

Comments
 (0)