Skip to content

v1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 00:47
· 611 commits to main since this release

Breaking change ⚠️

As #504, it changed the behavior as follows:

  • Before
    • If no condition is set, it hides comments created by github-actions
    • If authors is set, it hides comments created by them
    • If other condition is set, it hides comments which matched to it or created by github-actions
  • After
    • If no condition is set, it hides comments created by the token user (typically github-actions)
    • If authors is set, it hides comments created by them
    • If some condition is set, it hides comments which matched to it

What's Changed

Full Changelog: v1.17.0...v1.18.0