v2.0.0 - fix incorrect action association
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.
- You may want to consider renaming those workflows/jobs to
Fixed
Changed
- Token (and custom permission workaround for dependabot) is no longer required configuration (#32)
Full Changelog: v1...v2.0.0