Skip to content

Commit ad43a48

Browse files
Samuel BerinSirSamuelJoseph
authored andcommitted
fix: Update pickaroo to use organization slack mapping to not choose reviewers who are out of office
1 parent 6922b19 commit ad43a48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/request-reviewers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
exclude_users: "NJ-Innovation-CI mjackson21"
3434
number_of_reviewers: 2
3535
token: ${{ steps.generate_token.outputs.token }}
36+
github_slack_mapping: ${{ vars.GH_SLACK_USER_MAP }}
37+
slack_token: ${{ secrets.SLACK_OAUTH_TOKEN }}
3638

3739
post-slack-message:
3840
needs: assign-reviewers

0 commit comments

Comments
 (0)