Skip to content

18.0.8

Choose a tag to compare

@github-actions github-actions released this 23 Oct 06:32

Abstract

This PR will add automation workflow for detection of traffic_simulator API changes.
Currently, to observe output of real workflows, changes will be notified on each PR, but
In future, I will add auto labeling support.

Details

This PR will call abidiff tool for checking public ABI changes.
If any changes are found, it will be notified on PR.
To observe abidiff behavior for real changes, there is no restriction in detection target of changes.
After some observation, I will configure some filters for detection. Therefore, maintainers should ignore messages from abidiff

Known Limitations

Complex changes such as template included method will not detected now. RefactoringMiner++ may help to detect such changes, but work in progress.

Related Issues