Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to ignore packages #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mandre
Copy link

@mandre mandre commented Sep 11, 2023

By passing the --ignore flag to go-apidiff it is now possible to ignore incompatible changes in a list of packages. This flag can be specified multiple times.

This is passed via the ignore-list input parameter in the github action and must be specified as a comma-separated list.

Fixes #35

By passing the `--ignore` flag to go-apidiff it is now possible to
ignore incompatible changes in a list of packages. This flag can be
specified multiple times.

This is passed via the `ignore-list` input parameter in the github
action and must be specified as a comma-separated list.

Fixes joelanford#35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to ignore packages
1 participant