Skip to content

Filtering when using a merge queue #255

@sebastian-dyroff

Description

@sebastian-dyroff

We are using a github merge queue to merge changes into our main branch and run the tests. Unfortunately the previous reports are filtered out of our history. The Action is producing the following output:

⏮️ Processing previous results
  Starting workflow runs processing...
  Reached maximum limit (4 pages, 400 workflow runs)
  Baseline 1 is out of range. Available previous reports: 0
  Successfully processed 1 reports from 400 workflow runs

The branches used by the github merge queue are always in the form like this: origin/gh-readonly-queue/main/pr-<pr-id>-<id>. We do not run the tests on the main branch, because they are already executed in the merge queue. Is it possible to configure the filtering to include the merge queue runs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions