Skip to content

Commit

Permalink
Merge pull request #26 from japananh/feat/test-auto-assign
Browse files Browse the repository at this point in the history
Feat/test auto assign
  • Loading branch information
japananh authored Jan 18, 2024
2 parents 32dbc9a + 03185a5 commit 93f6d1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addAssignees: author

# A list of reviewers to be added to pull requests (GitHub username)
reviewers:
- japananh
- ncthanhngo

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/action.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Assign

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93f6d1f

Please sign in to comment.