Skip to content

Commit d7ad8e4

Browse files
committed
Auto assign PR to author
1 parent dae9d68 commit d7ad8e4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/auto-assign.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto Assign PR
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add_assignees:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions-ecosystem/action-add-assignees@v1
13+
with:
14+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
15+
assignees: ${{ github.actor }}

.github/workflows/labeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Pull Request Labeler"
2+
23
on:
34
- pull_request_target
45

0 commit comments

Comments
 (0)