Skip to content

Commit

Permalink
Update assign_release_conductor.yml (#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Oct 16, 2023
1 parent 7e8cdf5 commit 436d2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign_release_conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
const { data: requestedReviewers } = await github.rest.pulls.listRequestedReviewers({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: PR_NUMBER,
pull_number: PR_NUMBER,
});
const hasPreviousReviewer = requestedReviewers.users.find((user) => {
return user.login === PREV_RELEASE_CONDUCTOR;
Expand Down

0 comments on commit 436d2fc

Please sign in to comment.