Skip to content

Commit

Permalink
chore:! debug with just my username
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Sep 30, 2024
1 parent 0daf1a4 commit 3e1e6ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/breaking-change-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const teamMembers = ${{ steps.fetch_team_members.outputs.result }};
await github.rest.pulls.requestReviewers({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.issue.number,
reviewers: teamMembers
reviewers: ['siddarthkay']
});
- name: Check QA approvals
Expand Down

0 comments on commit 3e1e6ce

Please sign in to comment.