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 issue with required checks sync script #1110

Merged
merged 1 commit into from Jun 21, 2022

Conversation

edoardopirovano
Copy link
Contributor

This script didn't quite work on my machine because the update check that we want to filter out was called update and jq was matching in a case-sensitive way so did not filter it out with contains("Update"). Lets add another case to the filter to cover this, to avoid others hitting this issue.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

@edoardopirovano edoardopirovano requested a review from a team as a code owner June 21, 2022 09:55
@edoardopirovano edoardopirovano force-pushed the edoardo/case-insensitive-update branch from eb6d956 to 5a6f006 Compare June 21, 2022 12:20
Copy link
Contributor

@aeisenberg aeisenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future we should reformat this line to make it easier to read. Maybe just by adding some new lines. Fine the way it is now.

@edoardopirovano edoardopirovano merged commit 47dc295 into main Jun 21, 2022
@edoardopirovano edoardopirovano deleted the edoardo/case-insensitive-update branch June 21, 2022 14:11
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.

None yet

2 participants