Skip to content

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

Open
alex-clickhouse wants to merge 1 commit into
masterfrom
alex-clickhouse-patch-1
Open

Create cross-repo-bug-relay.yml#483
alex-clickhouse wants to merge 1 commit into
masterfrom
alex-clickhouse-patch-1

Conversation

@alex-clickhouse
Copy link
Copy Markdown

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.

@slabko
Copy link
Copy Markdown
Contributor

slabko commented May 12, 2026

@alex-clickhouse, How does it work when I create a new issue with the label already set during creation? I suspect GitHub will miss the labeled event altogether and only emit created.

@alex-clickhouse
Copy link
Copy Markdown
Author

As-is it triggers on issue creation regardless of label.

It's a good q whether the labeled event would trigger on creation. The docs are unclear and I didn't find anything, would have to test.

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