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 merge_group trigger to pr-check-file-encodings.yml #82

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

cjyetman
Copy link
Member

@cjyetman cjyetman commented Mar 11, 2024

Using the merge queue has not been working recently because the file encodings check seems to run forever but never complete. I believe this will fix that, because that action was not enabled for the merge queue.

Copy link

github-actions bot commented Mar 11, 2024

Coverage Report
file head main diff
Overall 62% 62% 0%
R/canonize_path.R 91% 91% 0%
R/char_to_.R 0% 0% 0%
R/determine_header_types.R 92% 92% 0%
R/determine_headers.R 87% 87% 0%
R/get_csv_specs.R 0% 0% 0%
R/guess_delimiter.R 100% 100% 0%
R/guess_file_encoding.R 89% 89% 0%
R/guess_numerical_mark.R 94% 94% 0%
R/has_binary_null.R 100% 100% 0%
R/has_consistent_fields_per_line.R 100% 100% 0%
R/has_header.R 89% 89% 0%
R/has_newline_at_end.R 100% 100% 0%
R/is_file_accessible.R 100% 100% 0%
R/is_readable_file.R 100% 100% 0%
R/is_text_file.R 100% 100% 0%
R/is_valid_currency_code.R 100% 100% 0%
R/is_valid_cusip.R 100% 100% 0%
R/is_valid_isin.R 100% 100% 0%
R/read_first_line.R 88% 88% 0%
R/read_portfolio_csv.R 91% 91% 0%
R/simplify_if_one_col_df.R 100% 100% 0%

@cjyetman cjyetman added this pull request to the merge queue Mar 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 11, 2024
@cjyetman cjyetman enabled auto-merge March 11, 2024 10:17
@cjyetman cjyetman removed the request for review from jdhoffa March 11, 2024 10:18
@cjyetman cjyetman disabled auto-merge March 11, 2024 10:19
@cjyetman cjyetman merged commit 4d340af into main Mar 11, 2024
8 checks passed
@cjyetman cjyetman deleted the cjyetman-patch-1 branch March 11, 2024 14:26
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.

2 participants