Skip to content

Commit

Permalink
feat: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
japananh committed Jan 18, 2024
1 parent 0295cd4 commit 46d0bb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 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
11 changes: 0 additions & 11 deletions .github/workflows/action.yml

This file was deleted.

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

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]

0 comments on commit 46d0bb7

Please sign in to comment.