Skip to content

v2.0.0 - fix incorrect action association

Compare
Choose a tag to compare
@sheck sheck released this 09 Mar 22:55
· 25 commits to main since this release
fe47793

BREAKING

  • conclusionLevel of "neutral" will now show as a successful action run even if annotations are created.
    • This is not ideal and was a trade-off we made in order to fix an annoying bug. Github claims they will be adding support for this (neutral conclusions for how we're now doing check runs) in the future. More details can be found in this commit message and this PR #32.
  • Annotations will show their source as the name of the job that ran balto-rubocop (previously it would always say Rubocop). (#32)
    • You may want to consider renaming those workflows/jobs to rubocop now.

Fixed

  • Check runs should not be associated with an incorrect action run anymore (@sheck in #32)

Changed

  • Token (and custom permission workaround for dependabot) is no longer required configuration (#32)

Full Changelog: v1...v2.0.0