You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Added a new additional_lines configuration option to control how many lines below action items are rendered in code snippets.
Added a new always_split_snippets configuration option to control whether or not action items should always be rendered in seperate code snippets, even when they are located close to each other in code.
The app now supports multiple line comment types for languages that have them, such as // and # for PHP.
The check run initiated by the app will now be marked as skipped if no checkable changed files are found in the Pull Request.
The check run summary will now include a list of skipped files.