Skip to content

Commit

Permalink
reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 21, 2024
1 parent 859f07a commit 0aef354
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
link: pr.html_url,
assignees: pr.assignees.map(assignee => assignee.login)
}));
console.log("Pull Request Details:");
console.log(JSON.stringify(prDetails, null, 2));
return JSON.stringify(prDetails, null, 2)
- name: Send Slack Reminder
if: steps.pr-list.outputs.result != ''
Expand Down

0 comments on commit 0aef354

Please sign in to comment.