Skip to content

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

Merged
kavirajk merged 2 commits into
mainfrom
alex-clickhouse-patch-1
May 21, 2026
Merged

Create cross-repo-bug-relay.yml#1842
kavirajk merged 2 commits into
mainfrom
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.

Copy link
Copy Markdown
Contributor

@kavirajk kavirajk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 thanks

@kavirajk kavirajk merged commit 42de743 into main May 21, 2026
19 of 21 checks passed
@kavirajk kavirajk deleted the alex-clickhouse-patch-1 branch May 21, 2026 13:00
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