Skip to content

Commit ef07853

Browse files
authored
Adding auto assignment to pr (#7)
* Create auto-assigning.yml * Update and rename labeler.yml to pull_request_opened.yml * Delete .github/workflows/auto-assigning.yml
1 parent 2b0276b commit ef07853

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/labeler.yml renamed to .github/workflows/pull_request_opened.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ jobs:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
configuration-path: .github/labeler.yml
2222
sync-labels: true
23+
assign-author:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: toshimaru/auto-author-assign@v2.1.1

0 commit comments

Comments
 (0)