Skip to content

Commit

Permalink
Merge pull request #19 from malipramod/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
malipramod committed Jul 27, 2020
2 parents 232260e + c650141 commit edbc72a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set author to add assignees to creator of pull requests
addAssignees: author

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- malipramod

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
auto_assign:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.1.1
with:
configuration-path: ".github/workflows/auto_assign.yml"
build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit edbc72a

Please sign in to comment.