Skip to content

Conversation

@martonvago
Copy link
Contributor

Description

This PR adds support for the union JSON path operator for RequiredChecks.

To be able to do this more intelligently than a monster regex, I looked into how jsonpath represents a JSON path internally and used their terms/classification. This also allowed me to be more precise about what JSON paths we are not allowing for RequiredChecks.

Closes #193

Needs an in-depth review.

Checklist

  • Formatted Markdown
  • Ran just run-all

@martonvago martonvago moved this from Todo to In Progress in Iteration planning Nov 19, 2025
@martonvago martonvago moved this from In Progress to In Review in Iteration planning Nov 19, 2025
@martonvago martonvago marked this pull request as ready for review November 19, 2025 13:33
@martonvago martonvago requested a review from a team as a code owner November 19, 2025 13:33
Copy link
Member

@lwjohnst86 lwjohnst86 left a comment

Choose a reason for hiding this comment

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

Awesome possum 🐰 some small edits

@github-project-automation github-project-automation bot moved this from In Review to In Progress in Iteration planning Nov 20, 2025
@martonvago martonvago moved this from In Progress to In Review in Iteration planning Nov 20, 2025
@github-project-automation github-project-automation bot moved this from In Review to In Progress in Iteration planning Nov 20, 2025
@lwjohnst86 lwjohnst86 merged commit 56a0a66 into main Nov 20, 2025
6 checks passed
@lwjohnst86 lwjohnst86 deleted the feat/required-check-union branch November 20, 2025 12:22
@github-project-automation github-project-automation bot moved this from In Progress to Done in Iteration planning Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[discussion]: Support union JSON path operator in RequiredCheck as well?

3 participants