Skip to content

Commit

Permalink
Updates per PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrysiewicz committed Jun 2, 2023
1 parent eea49fb commit 546fcca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@v0.11.0
uses: necojackarc/auto-request-review@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml # Config file location override
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function assign_reviewers(reviewers) {
async function get_team_members(team) {
const context = get_context();
const octokit = get_octokit();
const org = core.getInput('org') || context.payload.repository.owner.login;
const org = context.payload.repository.owner.login;

const { data } = await octokit.teams.listMembersInOrg({
org,
Expand Down

0 comments on commit 546fcca

Please sign in to comment.