Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Compare
Choose a tag to compare
@bradennapier bradennapier released this 14 Jul 07:10
· 58 commits to master since this release
187335e

Features

  • issueSummaryOnlyOnEvent will now scan and remove issues if there are no issues on the latest commit. This means that if an issue comment exists there are issues and once it is gone the PR is good to go.

Configuration Properties

Bug Fixes

  • issueSummaryOnlyOnEvent was not listed in the action.yml
  • When using reportWarningsAsErrors, properly list as failures in the issue summary comment
  • Fixes a case where issue summaries can be duplicated if there are multiple updates caused in quick succession.
  • Fixes an issue where manually deleting the issue summary would cause errors moving forward