Skip to content

Releases: philips-software/pull-request-report-action

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:39
build(deps-dev): bump husky from 8.0.3 to 9.0.11

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.11)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update to node 20

Choose a tag to compare

@m-beelman m-beelman released this 14 Jun 10:38

What's Changed

Full Changelog: https:/...

Read more

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 14 Nov 09:01

Incorporate modules and actions updates

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:52
ci: Incorperate module updates into distribution

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 11:57
fix: fix handling of embedded markdown comments

The action can embedd the raw data of the PR in a PR comment on GitHub.
These raw data is part of the message in form of a markdown comment.
But when the raw data contains a string that itself contains a markdown
comment the generated comment is broken.

This fix is "escaping" the markdown comment Tags '<!--' and '-->' with
a urlencode replacement. With that change the PR comments are rendered
correctly.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 07:48

This release fixes an issues with unescaped embedded markdown comments.

Update dependent packages from dependabot.

Initial release of pull-request-report-action on GitHub Marketplace

Choose a tag to compare

@m-beelman m-beelman released this 21 Jun 13:11

The first release on the GitHub Marketplace. The README in the repository contains all important information about this project.

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 21 Jun 08:01
feat: Add new config options

With this commit the configuration options for the actions increases.

This commit introduce three new config options:
  1. IncludeRawDataAsMarkdownComment: A toggle switch to enable or
     disable the optional raw PR Data as markdown comment in the
     report itself.

  2. AddPrReportAsComment: If you don't want to have the report
     attached to the PR itself you can turn it off with this
     configuration option.

  3. ReportTitle: The title of the report if "Pull Request Report"
     does not fit your needs. :-)

This makes it more flexible and can protect the privacy of the team
if they have doubts around the raw data.

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:55
Regeneration of action after depency updates

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:11
Fix compile config to generate index.js and index.js.map

There was missconfiguration in package.json file where
the wrong entry point for the ncc compiler was set.

With this commit we set the entry point to the correct
main.js file in the source directory.