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

feat(predicate): Add has_workflow_result predicate #794

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. feat(predicate): Add has_workflow_result predicate

    This is a new predicate which matches on the results of an entire GitHub
    Actions workflow. This is similar to `has_status`, except that matches
    on statuses only, which for GitHub Actions are roughly equivalent to
    _jobs_ in a Workflow. It's often convenient to match on every job.
    
    The workflows are given as paths in the repository, as these can't be
    dynamic and are easy to predict when writing policies.
    iainlane committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    af8fa99 View commit details
    Browse the repository at this point in the history