Skip to content

Commit

Permalink
tweaks to auto assign, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Aug 2, 2024
1 parent 2ecce2a commit 4a4b1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: false
addAssignees: true

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v2.0.0

0 comments on commit 4a4b1de

Please sign in to comment.