v1.18.0
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
- If no condition is set, it hides comments created by
- 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
- If no condition is set, it hides comments created by the token user (typically
What's Changed
- Update dependency eslint-plugin-jest to v27.1.6 by @renovate in #497
- Update dependency @graphql-codegen/cli to v2.14.1 by @renovate in #498
- Update eslint to v5.45.0 by @renovate in #499
- Update dependency @graphql-codegen/cli to v2.15.0 by @renovate in #500
- Update dependency @types/node to v16.18.4 by @renovate in #501
- Update graphqlcodegenerator monorepo by @renovate in #502
- Update dependency eslint to v8.29.0 by @renovate in #503
- Remove default value of
authors
by @int128 in #504
Full Changelog: v1.17.0...v1.18.0