Skip to content

Commit

Permalink
* Experiment XVI
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Jun 17, 2024
1 parent f2a700c commit 615359a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_release_note_comment_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
with:
script: |
const comments = ${{ steps.get-comments.outputs.result }};
console.log("Comments: ${{ steps.get-comments.outputs.result }}");
console.log("Comments:");
console.log(comments);
const releaseNotesRegex = /release notes?:?/i;
const hasReleaseNotes = comments.some(comment => releaseNotesRegex.test(comment));
Expand Down

0 comments on commit 615359a

Please sign in to comment.