Skip to content

wait_for_all_checks timeout on merge with rulesets #402

Open
@ofer-classiq

Description

@ofer-classiq

Describe the bug

merge wait_for_all_checks gets timed out waiting for all required checks to complete, resulting in a "skipped" status.
There are no failures on the action and in the checks.

To Reproduce

We're using the safe_changes example with rebase_on_merge.

run:
  - action: add-label@v1
    args:
      label: 'safe-change'
  - action: approve@v1
  - action: add-comment@v1
    args:
      comment: |
        This PR is considered a safe change and has been automatically approved.
  - action: merge@v1
    args:
      wait_for_all_checks: true
      rebase_on_merge: true

Expected behavior

Wait for all checks to complete or the specific action should be re-triggered on check results.

Screenshots

Screenshot 2023-12-27 at 11 48 32
Screenshot 2023-12-27 at 11 49 00

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working👀.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions