Skip to content

Commit

Permalink
let reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Jun 13, 2024
1 parent be56fe6 commit 518da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-assigner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
]);
const pd = api({token: PAGERDUTY_TOKEN});
const reviewer = ""
let reviewer = ""
console.log("triggered by: " + context.eventName)
pd.get('oncalls?escalation_policy_ids%5B%5D=PH8IF3M')
.then(({data}) => {
Expand Down

0 comments on commit 518da73

Please sign in to comment.