Skip to content

Create cross-repo-bug-relay.yml#420

Merged
abonander merged 1 commit intomainfrom
alex-clickhouse-patch-1
Apr 27, 2026
Merged

Create cross-repo-bug-relay.yml#420
abonander merged 1 commit intomainfrom
alex-clickhouse-patch-1

Conversation

@alex-clickhouse
Copy link
Copy Markdown
Contributor

Sets up new issue relay for cross-repo investigation.

If you'd rather trigger this on labeling an issue a bug we can do this instead:

  on:
    issues:
      types: [labeled]

  permissions: {}

  jobs:
    relay:
      if: github.event.label.name == 'bug'
      uses: ClickHouse/integrations-shared-workflows/.github/workflows/cross-repo-bug-relay.yml@main
      secrets: inherit

But there's a triage before the cross-repo investigation that filters out irrelevant issues.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@abonander abonander merged commit 598ebb9 into main Apr 27, 2026
8 checks passed
@abonander abonander deleted the alex-clickhouse-patch-1 branch April 27, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants