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

fix(action): Don't pre-filter checked files #809

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

epage
Copy link
Collaborator

@epage epage commented Aug 21, 2023

This reverts commit fc7f517.

This has two problems

This also has a weird cost/benefit balance because this requires enough repo history to do the analysis which takes time to pull down.

Rather than waiting until the relevant changes are in to make this work, I'm pulling this out for now.

Fixes #806

This reverts commit fc7f517.

This has two problems
- This doesn't correctly handle spaces, likely needing crate-ci#708
- This overrides excludes, see crate-ci#347

This also has a weird cost/benefit balance because this requires enough
repo history to do the analysis which takes time to pull down.

Rather than waiting until the relevant changes are in to make this work,
I'm pulling this out for now.

Fixes crate-ci#806
@epage epage merged commit 27fd226 into crate-ci:master Aug 21, 2023
14 checks passed
@epage epage deleted the act branch August 21, 2023 18:13
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.

No such file error in actions when a file was removed in the PR
1 participant