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

chore: remove get-diff action #2882

Merged
merged 3 commits into from
Oct 4, 2022
Merged

Conversation

tbruyelle
Copy link
Contributor

This action has probably been introduced to skip longer action like lint and test when there's no change. Unfortunately now the codebase is too large (probably because of binary files), and the action is now longer than lint and tests.

Instead of trying to tune it to skip binary files, this change simply removes it, because lint and test actions aren't that long anyway.

This action has probably been introduced to skip longer action like lint
and test when there's no change. Unfortunately now the codebase is too
large (probably because of binary files), and the action is now longer
than lint and tests.

Instead of trying to tune it to skip binary files, this change simply
removes it, because lint and test actions aren't that long anyway.
@tbruyelle tbruyelle added the skip-changelog Don't check changelog for new entries label Oct 4, 2022
aljo242
aljo242 previously approved these changes Oct 4, 2022
@aljo242 aljo242 merged commit dd34b8e into develop Oct 4, 2022
@aljo242 aljo242 deleted the chore/remove-get-diff-action branch October 4, 2022 17:50
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* chore: remove get-diff action

This action has probably been introduced to skip longer action like lint
and test when there's no change. Unfortunately now the codebase is too
large (probably because of binary files), and the action is now longer
than lint and tests.

Instead of trying to tune it to skip binary files, this change simply
removes it, because lint and test actions aren't that long anyway.

* oups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Don't check changelog for new entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants