Skip to content

Commit

Permalink
fix pr assignees
Browse files Browse the repository at this point in the history
  • Loading branch information
sheneska committed Jun 5, 2024
1 parent bbdbc3b commit 79178d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review-assigner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [opened]

jobs:
create-branch:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
Expand All @@ -33,7 +33,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
reviewers: ["BBBmau"], // this will be replaced with pagerduty resp
pull_number: context.issue.number,
pull_number: context.payload.issue.number,
})
} catch(error){
core.setFailed("error assigning reviewer:" + error)
Expand Down

0 comments on commit 79178d2

Please sign in to comment.