Skip to content

deployment/ccip/changeset/testhelpers: assert from goroutine (#19939) #5143

deployment/ccip/changeset/testhelpers: assert from goroutine (#19939)

deployment/ccip/changeset/testhelpers: assert from goroutine (#19939) #5143

Workflow file for this run

name: Auto Update
on:
push:
branches:
- develop
jobs:
autoupdate:
name: Auto Update
runs-on: ubuntu-latest
steps:
# XXX: Only use sha256 digests to reference docker images since tags can be mutable.
- uses: docker://chinthakagodawita/autoupdate-action@sha256:53d7013ad4689b703d2715d4b17d4901bb0a385e495e0b481f37adbe9b3cc3fc # v1 (2025-10-02)
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "auto-update"
MERGE_MSG: "Branch was auto-updated."
MERGE_CONFLICT_ACTION: "ignore"